Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wp-graphql/wp-graphql-jwt-authentication

Authentication for WPGraphQL using JWT (JSON Web Tokens)
https://github.com/wp-graphql/wp-graphql-jwt-authentication

Merge pull request #46 from igoojoe/patch-1

Removed vendor from .distignore

042e9d78388c5680adc7432909c8308db17ae2cf authored over 5 years ago by Jason Bahl <[email protected]>
Removed vendor from .distignore

The vendor folder is required for the plugin to function. Without this, the plugin fires an erro...

f479962cffb5b071b3ee46d337cc1554700a9d59 authored over 5 years ago by igoojoe <[email protected]>
#38 - Invalid or expired JWT tokens should prevent request from being serviced

- This validates the Auth Token when the GraphQL Request is being initiated, and if it's invalid...

9c3221ae2743f10c4ecd8731bb14a25466f9b677 authored over 5 years ago by Jason Bahl <[email protected]>
Merge pull request #40 from wp-graphql/bug/#39-conflict-with-the-events-calendar

Conflicts with "The Events Calendar" also active

522cb2498db379bed718da016f2530c9b38a09d7 authored over 5 years ago by Jason Bahl <[email protected]>
#41 - JWT fields cannot be retrieved via viewer query

- refactored a bit to keep things a bit cleaner

42fff3a2a3b2d4546bab489b0a5caec09ba5417c authored over 5 years ago by Jason Bahl <[email protected]>
#41 - JWT fields cannot be retrieved via viewer query

- refactored a bit to keep things a bit cleaner

e1c903af0eb476871ca330958c0d8773f65cd333 authored over 5 years ago by Jason Bahl <[email protected]>
Merge branch 'master' into bug/#39-conflict-with-the-events-calendar

e2f8130420083c57e9932a508277cd5030077efa authored over 5 years ago by Jason Bahl <[email protected]>
Merge pull request #42 from wp-graphql/bug/#41-jwt-fields-not-retrieved-via-viewer-query

#41 - JWT fields cannot be retrieved via viewer query

86aadf3e7ff4a494fb6855cfe37781bd85c904bd authored over 5 years ago by Jason Bahl <[email protected]>
#41 - JWT fields cannot be retrieved via viewer query

- When the Model Layer was introduced it changed the objects that are passed down to fields on t...

ce4f5b21938c04078aff2b1170bc9a9083744e4f authored over 5 years ago by Jason Bahl <[email protected]>
- More adjustments for the determine_current_user callback

3bbf50bbdcad0653dbbf3cbe832b05c9c5cf3cc7 authored over 5 years ago by Jason Bahl <[email protected]>
- Bail in determine_current_user filter if it's not a GraphQL HTTP Request

e69b4b4e4cb0508f75bd29e4541a243215a86242 authored over 5 years ago by Jason Bahl <[email protected]>
DO NOT MERGE

- This is an initial attempt at addressing the conflict. This is not ready for merge, but wanted...

045344416b2f7bd41841b5243aa46a85a60eae56 authored over 5 years ago by Jason Bahl <[email protected]>
DO NOT MERGE

- This is an initial attempt at addressing the conflict. This is not ready for merge, but wanted...

d4ba4ebd098117cc27da7f219137d47c5609d8f8 authored over 5 years ago by Jason Bahl <[email protected]>
Merge pull request #37 from OnekO/patch-1

BUGFIX: $auth_header always setted

f18e9999be873fac839a3af9de664f55bcf3a93e authored over 5 years ago by Jason Bahl <[email protected]>
BUGFIX: $auth_header always setted

Fix the behaviour described in #24

8de9b809f37e47a44d24e1b0c42342c52f26ddf2 authored over 5 years ago by Karlos <[email protected]>
Update wp-graphql-jwt-authentication.php

1b5ac8f20696d0efece8de1a31927f60596cd3fb authored over 5 years ago by Jason Bahl <[email protected]>
Merge pull request #33 from tomislavp83/master

Update Auth.php

6fa2453235ce96494d6bf78e49435d1364fef52e authored over 5 years ago by Jason Bahl <[email protected]>
Update Auth.php

Fixes "Too few arguments to function WPGraphQL\\Data\\DataSource::resolve_user()" error after s...

c6407bc0c2907fb7fe1f8c089ad8f7c250582e50 authored almost 6 years ago by tomislavp83 <[email protected]>
Fix potential fatal errors

oembed filters this and returns WP_Error sometimes, so this was triggering fatal errors, so this...

5ad5333536a244691d2b35886583f628ddef5d41 authored almost 6 years ago by Jason Bahl <[email protected]>
Merge pull request #30 from wp-graphql/revert-29-feature/#26-expose-jwt-refresh-in-rest-response-headers

Revert "#26 - remove unused filter that was causing issues with expiration dates"

07583cb989b9f424267c53e4c9d3035fe600a43a authored almost 6 years ago by Jason Bahl <[email protected]>
Revert "#26 - remove unused filter that was causing issues with expiration dates"

2b8db14cfd6e0dc9bb59aabe0e39924ab6eac0fa authored almost 6 years ago by Jason Bahl <[email protected]>
Merge pull request #29 from wp-graphql/feature/#26-expose-jwt-refresh-in-rest-response-headers

#26 - remove unused filter that was causing issues with expiration dates

0a86cd08cd3f5138a58c0716a5639ed9166b44b8 authored almost 6 years ago by Hughie Devore <[email protected]>
#26 - remove unused filter that was causing issues with expiration dates

4fe62964ec7d5224026fcf6130a69e3aa1621673 authored almost 6 years ago by Jason Bahl <[email protected]>
Merge pull request #28 from wp-graphql/feature/#26-expose-jwt-refresh-in-rest-response-headers

#26 - remove unused filter that was causing issues with expiration dates

25390c2fc99561f4e58761f16aa5746ec3b63b9a authored almost 6 years ago by Hughie Devore <[email protected]>
#26 - remove unused filter that was causing issues with expiration dates

da0b76ca62a041664130593e2a87b267a113c245 authored almost 6 years ago by Jason Bahl <[email protected]>
Merge pull request #27 from wp-graphql/feature/#26-expose-jwt-refresh-in-rest-response-headers

#26 - Expose Refresh Token in Authenticated REST API requests

ce2341c608c3544cf766f86d478ed647e611f927 authored almost 6 years ago by Ryan Kanner <[email protected]>
#26 - Expose Refresh Token in Authenticated REST API requests

- code review updates

adb4f8fca502c873aaa2302fe349b798abe7045b authored almost 6 years ago by Jason Bahl <[email protected]>
CI-6000: Expose Refresh Token in Authenticated REST API requests

---

Code review update. . .only expose for SSL requests _or_ for GRAPHQL_DEBUG requests

fc107b8aebc946c2acf2301d9876d0ef8d676961 authored almost 6 years ago by Jason Bahl <[email protected]>
CI-6000: Expose Refresh Token in Authenticated REST API requests

---

This exposes `X-JWT-Refresh` in the repsonse headers of REST API requests that were authenti...

59a1469a5d13540e6ce66e62f4b342403b0ff763 authored almost 6 years ago by Jason Bahl <[email protected]>
#26 - Expose Refresh Token in Authenticated REST API requests

a2209213d388fb891213d9cb74736bd2ccb37199 authored almost 6 years ago by Jason Bahl <[email protected]>
Merge pull request #25 from paulisloud/patch-2

Fix usage code

f40bd675eb8447717622215d1b0f6a1850774c92 authored almost 6 years ago by Jason Bahl <[email protected]>
Fix usage code

d84c96293ab3b1795ff7811c2c37507bc5414154 authored almost 6 years ago by Paul Grieselhuber <[email protected]>
Merge pull request #23 from wp-graphql/feature/#22-expose-refresh-token-in-response-headers

#22 expose refresh token in response headers

57c1bb192d07159e64ab9f1cd8914209add4d229 authored about 6 years ago by Jason Bahl <[email protected]>
#22 expose refresh token in response headers

- This exposes the JWT Refresh token in the response headers of authenticated requests.

64956403a639ef5e3be45736438c994e12dfcf8d authored about 6 years ago by Jason Bahl <[email protected]>
Merge pull request #20 from paladdins/master

Update README.md

a468039a2086bf7536aa1ba5405802f190b78f35 authored over 6 years ago by Jason Bahl <[email protected]>
Update README.md

Updated instructions to set Authorization headers working

c8183d0ba0594e56a6a39fcbf4299c0014f297d3 authored over 6 years ago by paladdins <[email protected]>
Update README.md

Added Solution for Apache users

d1175da3282c9c07c9424d5be58666f86ba81849 authored over 6 years ago by paladdins <[email protected]>
Merge pull request #18 from wp-graphql/bug/#17-viewer-query-not-returning-authenticated-user

Bug/#17 viewer query not returning authenticated user

5323d097d8e84378757de72dfa53d8423178325c authored almost 7 years ago by Jason Bahl <[email protected]>
no message

fc806e97ede5273109e99b0f71f9c3616b53ca39 authored almost 7 years ago by Jason Bahl <[email protected]>
no message

32f71d627f6175e47c0ba3e9e0319cd1adb2d718 authored almost 7 years ago by Jason Bahl <[email protected]>
no message

374a48d17e46be15c36efa9f7ab42c6a35a4ff8c authored almost 7 years ago by Jason Bahl <[email protected]>
no message

ba9ab7541073a42f7a7ca7b0c57d0bd064c13cef authored almost 7 years ago by Jason Bahl <[email protected]>
no message

d7f23b8a4f0005fb04abfb21f68209d7510d7941 authored almost 7 years ago by Jason Bahl <[email protected]>
no message

b15be0ffeb74721d7c036b824db79cb22216ab23 authored almost 7 years ago by Jason Bahl <[email protected]>
no message

9d0bd640002d48f8414d6b35cfe87c9012ba37c8 authored almost 7 years ago by Jason Bahl <[email protected]>
- adjusts Travis script

4fbcd0403c5e3bd45e77c540770fbb866d0d9e32 authored almost 7 years ago by Jason Bahl <[email protected]>
no message

c43d1afd9b9206bf6c1e3c65d5341f020a2cc6ed authored almost 7 years ago by Jason Bahl <[email protected]>
- fix the viewer query not returning the authenticated user by instantiating the plugin at "plugins_loaded" so the "determine_current_user" filter would be applied, which occurs BEFORE "graphql_init" is fired, so the plugin was being instantiated too late.

ef3bf489174112ac3622f157dfa1766aadc5f427 authored almost 7 years ago by Jason Bahl <[email protected]>
Merge pull request #15 from wp-graphql/feature/update-gpl-identifier

Update composer.json

9ad7e46993dc5e68af97caaf7e09a588aa7c6c5f authored almost 7 years ago by Jason <[email protected]>
Update composer.json

24e5dfc74397e7c7552d9391578e70e955575a35 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #14 from wp-graphql/bug/#13-tokens-are-identical

#13 - tokens are identical

275a38e02173c465100c970ff59a6999e03ce0bf authored almost 7 years ago by Ryan Kanner <[email protected]>
#13 - tokens are identical

51478db3202f4f4ba464e5bd40917831f4fe8526 authored almost 7 years ago by Jason <[email protected]>
Code review feedback. Thanks @CodeProKid

3e62781f28b36afd6f83174665e9ca574a07af1d authored almost 7 years ago by Jason <[email protected]>
- removing dev dependencies that should't have been pushed to master

42e8bd42570e046b392a8dc1aa0e1fcf1f999b09 authored almost 7 years ago by Jason <[email protected]>
no message

f1a6bb9957f52cd21a1a0f8733b7a25b3d60b310 authored almost 7 years ago by Jason <[email protected]>
- Adding Tests

054d6b74da66e73ea5bd47480d907b52a82411f2 authored almost 7 years ago by Jason <[email protected]>
- Adding refresh token stuff and initial Codeception setup.

420bc42011358c056000105913ba90ec447ea0ac authored almost 7 years ago by Jason <[email protected]>
- Add license info

d7dfe37603672a2cf878dd4a5b9dc25b1791658b authored about 7 years ago by Jason <[email protected]>
no message

9d6addccefe8d635586185baf284b940ac4b1734 authored about 7 years ago by Jason <[email protected]>
- Add license info

94223b8d6d0b7a5c6f24cf501683ddde7584a995 authored about 7 years ago by Jason <[email protected]>
Update to v0.3.0

424a790cd4fa762bf27c4329174adad66a86094c authored about 7 years ago by Jason <[email protected]>
no message

2ae94abb17567f3e1bf35821eba5896c76f5b53d authored about 7 years ago by Jason <[email protected]>
no message

2169fcd938273a32e4c12412dfcca9ee8dcfc7e8 authored about 7 years ago by Jason <[email protected]>
no message

3250d242a6ab2aa297b794bf77bcee4ec2f2794e authored about 7 years ago by Jason <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql-jwt-authentication

3f880ab032d420364d0df78097bed7e694146c39 authored about 7 years ago by Jason <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql-jwt-authentication

13d7866d162a542df965b0f94ad298d460d461d7 authored about 7 years ago by Jason <[email protected]>
no message

ed2c56bde097ce4cdeb8aa5a1a4275dfcd6d7f37 authored about 7 years ago by Jason <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql-jwt-authentication

a78d936de830e0b8c40346b63644b3787787279e authored about 7 years ago by Jason <[email protected]>
no message

207f5e40900c00a63c2b991f96299564307a2d88 authored about 7 years ago by Jason <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql-jwt-authentication

acee0e793a1f4f5fcba7aac808850159cf008460 authored about 7 years ago by Jason <[email protected]>
no message

5ba57d242c6039a2dd559f31c94bbc5fe3145402 authored about 7 years ago by Jason <[email protected]>
Update README.md

a9361e31dcb96f24874b37c5ddfb63d5c2c0dcac authored about 7 years ago by Jason <[email protected]>
no message

818851b2125ee0b6a67e19a74382fe80f77ede8d authored about 7 years ago by Jason <[email protected]>
Rewrite with full unit test coverage.

548996f158ef387163b4115ce2a20638b011de13 authored about 7 years ago by Jason <[email protected]>
no message

f4ac1baa7b9d958da3bb543216d6ebec94a78999 authored about 7 years ago by Jason <[email protected]>
Add vendor deps to the Repo

ed211764f6054524e0318f6ff123a60a19919f05 authored about 7 years ago by Jason <[email protected]>
no message

28166b30fcabaf2a3a6a3523d252b975f9125716 authored about 7 years ago by Jason <[email protected]>
no message

7edb87072ad260a382ae7d12cd8c48a6169fd53a authored about 7 years ago by Jason <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql-jwt-authentication

9053b6151d724f4400e925e6e28e449ceb0b13bd authored about 7 years ago by Jason <[email protected]>
no message

7b4050a8d86806507daea30479f6f26e002d8d34 authored about 7 years ago by Jason <[email protected]>
Update README.md

8683c87821aede299c7553acabdb2478e56d050e authored over 7 years ago by Jason <[email protected]>
Add files via upload

36854e64a654b8427a0aa7d570c32d735cc8ee0b authored over 7 years ago by Jason <[email protected]>
Update README.md

401bfcb369a6f325d706daad1ecaac5d41245274 authored over 7 years ago by Jason <[email protected]>
Update README.md

e510a83ca61a8ee9402da0cf3490ee531a1e9ee3 authored over 7 years ago by Jason <[email protected]>
- Initial commit

b2ea47af06375c0cdc62015f87cd306638deb348 authored over 7 years ago by jasonbahl <[email protected]>
- Initial commit

7b9ffdc4c8c3b7580f620c275c85999c2119c6ea authored over 7 years ago by jasonbahl <[email protected]>