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 #176 from kidunot89/chore/auth-class-return-type-fix

chore: Auth class functions return type fix.

9ed0d59e6c6d9aca15b7d3cb551f3b50ad9717e9 authored over 1 year ago by Jason Bahl <[email protected]>
Update Auth.php

b36b3df7083e8b7761aaf08e74a73f67f797eafb authored over 1 year ago by Geoffrey K Taylor <[email protected]>
chore: Composer files fixed.

5de35ce97efcae2beeb9118e1ad458480ae6187b authored almost 2 years ago by Geoff Taylor <[email protected]>
bugfix: Firebase updated.

3dc37ab377471719b07ff26571a8dee1d1c0943e authored almost 2 years ago by Geoff Taylor <[email protected]>
version numbers updated.

e5dccc5345db0956d0fcf3b94ae8f6343638a71a authored almost 2 years ago by Geoff Taylor <[email protected]>
chore: CHANGELOG.md created.

a2d212fe40d4c4832f522433d61d1c84e83a45be authored almost 2 years ago by Geoff Taylor <[email protected]>
Merge pull request #172 from wp-graphql/fix/php-jwt-version-fix

fix: php-jwt version fixed.

57bc2259b86ef8dfc7a6ae88e370988370ce9c00 authored almost 2 years ago by Geoffrey K Taylor <[email protected]>
fix: php-jwt version fixed.

# Summary
- Adds the `^` to stop version locking and conflict when pull into an application wit...

5d5356a50613913ac42ea36c392570d035587d63 authored almost 2 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #85 from wp-graphql/feature/add-set-cookies-option

Adds Option to define if a cookie should be set on login.

b08e06ed0063c9f8fd752fac10973ac1987436d9 authored about 2 years ago by Jason Bahl <[email protected]>
Update src/Auth.php

e3692a9f3d975c46967fca714044891154f396fb authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #118 from tsmith-rv/develop

fix(response headers): replace single header instead of overwriting them all

cf867904e7d468253a13785d5adf36cfaa2fc453 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #159 from paolospag/develop

Remove codecept_debug which causes internal server error

65cc9c0083c4f4c9924d3362511a8d9e0a09ed39 authored over 2 years ago by Jason Bahl <[email protected]>
Remove codecept_debug which causes internal server error

4305927d15259e4ff936ff6a8c9b8116e4e7cd54 authored over 2 years ago by paolospag <[email protected]>
Merge pull request #155 from markkelnar/bug/remove-dev-files

Build with composer --no-dev

f4a2b4cb28d6ad760b94d26440e1617a55e6035c authored over 2 years ago by Jason Bahl <[email protected]>
Build with composer --no-dev

b745750685a46b7d8fbabaecc921d95c5f5f1bd0 authored over 2 years ago by Mark Kelnar <[email protected]>
- update firebase/php-jwt to v6.1.0

- change message about defining JWT Secret from exception to graphql_debug message
- update encod...

44f7e1d50852749f3af1b4ef2a06ef4702ae4994 authored over 2 years ago by Jason Bahl <[email protected]>
- update config

- enable graphql debug mode

f4518357b5349b7325e8c974f5deec2cdcf1ae1a authored over 2 years ago by Jason Bahl <[email protected]>
- updating composer dependencies

- add constant to config.php to define the token

2736333ee9f8650661328853706a6251d9871a9b authored over 2 years ago by Jason Bahl <[email protected]>
Merge pull request #126 from markspolakovs/patch-1

Fix incorrect error message on invalid secret

e09174b283f67cd17517d966c90d8800f66e1854 authored over 2 years ago by Jason Bahl <[email protected]>
Merge pull request #135 from spiralni/develop

Added the action graphql_jwt_auth_before_authenticate and the filter …

38ed24036a9b3beeadbe400924bef18b43513c83 authored over 2 years ago by Jason Bahl <[email protected]>
Merge pull request #141 from fjobeir/develop

Allow multiple iss domains

89d897c5f42a48f07ee93f5138b71222789e339c authored over 2 years ago by Jason Bahl <[email protected]>
Merge branch 'develop' into develop

4412c3fa2be38f1a06078cc361b1e8e2f5970731 authored over 2 years ago by Jason Bahl <[email protected]>
Merge pull request #137 from UpliftAgency/jwt-wperror-400-status

Set a 400+ status when throwing WP_Errors

413c09d7e7d464113e2e50dc1a4bbabdb61f7f3a authored over 2 years ago by Jason Bahl <[email protected]>
Allow multiple iss domains

Allow multiple domains to be used as token iss value and make your token valid over several domains

3bf4572aefb083ec99b86aed739116bdec0e6b8b authored over 3 years ago by Feras Jobeir <[email protected]>
Link to issue w comment

d81b24d66461f7f58799f94f90ac5b1001b1d4f8 authored over 3 years ago by Paul Craciunoiu <[email protected]>
Set a 400+ status when throwing WP_Errors

ce631f3587549d36b1a393c69cbd1b91263b63f6 authored over 3 years ago by Paul Craciunoiu <[email protected]>
Added the action graphql_jwt_auth_before_authenticate and the filter graphql_jwt_auth_after_authenticate to hook before and after the authentication process

1addb37c0e37a551e399bdfb3440cce452634b42 authored over 3 years ago by Cesar Lopez <[email protected]>
Fix incorrect error message on invalid secret

If a token with an invalid secret key is passed, the error returned will be `The iss do not matc...

f86c67921163454edad8c215e0ffe819c7183a56 authored almost 4 years ago by Marks Polakovs <[email protected]>
fix(response headers): replace header instead of setting them all

updated to call the 'header' instead of 'set_headers' method when writing response headers to av...

23ad012d7659ac972cccdf2a69299ed172140cc0 authored about 4 years ago by Timothy <[email protected]>
Fix the filter code snippet

6f4c18ada3382f51c8aa690aaec3bad994af13f3 authored over 4 years ago by Henrik Wirth <[email protected]>
Merge branch 'develop' into feature/add-set-cookies-option

9ca4c6f35723f0e7096f927a85d881e288aedc80 authored over 4 years ago by henrikwirth <[email protected]>
Merge pull request #88 from jasonbahl/bug/#87-force-auth-secret-to-be-set

#87 - Force Auth Secret to be set, else throw Exception

d0faaab6cc0dfba47cf111613ad665e7c465e2ff authored almost 5 years ago by Jason Bahl <[email protected]>
#87 - Force Auth Secret to be set, else throw Exception

2528f41567cb4d19fd86502100a80789c498b7d3 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #84 from efoken/feature/#76-update-php-jwt

Update php-jwt to latest version

3d6ec6719b04ed71a0d2b3acae11af7dcb2254d8 authored almost 5 years ago by Jason Bahl <[email protected]>
Remove Composer dev dependencies

d94c39f4db9ff66718fe41cf70f716e09df6123d authored almost 5 years ago by Eike Foken <[email protected]>
Merge pull request #83 from wp-graphql/feature/document-filters

Fix Auth Expiration time filter and add it to documentation

478e610d7c9df634b7f114ebddc6a3dec9505a3a authored almost 5 years ago by Jason Bahl <[email protected]>
PHPDoc: correct inline comments.

Co-Authored-By: Renato Alves <[email protected]>

2cecbbefaff7e605193bdfcd292d4afb35aa2b39 authored almost 5 years ago by Henrik Wirth <[email protected]>
PHPDoc: correct inline comments.

Co-Authored-By: Renato Alves <[email protected]>

1277d606ef32513a50ae06d0500634d8cf0462c5 authored almost 5 years ago by Henrik Wirth <[email protected]>
Adds Option to define if a cookie should be set on login.

97e5556e56650fc7dcef0b2b66596e838f5b2e02 authored almost 5 years ago by henrikwirth <[email protected]>
Update php-jwt to latest version

0215df265925cebd9fb13fc96022daf3b0d771d6 authored almost 5 years ago by Eike Foken <[email protected]>
typo

5edc698a394ffadf04c45ae9cdd6717f018a4a9b authored almost 5 years ago by henrikwirth <[email protected]>
Fixes filter fir expiration time and adds it to readme.

9161fc5848ba07ce0e16063d8496c9d92352c1a9 authored almost 5 years ago by henrikwirth <[email protected]>
Merge pull request #81 from wp-graphql/release/v0.4.0

Release/v0.4.0

e65055dbd50ca928f466be2c0b7d3c33652694fa authored almost 5 years ago by Jason Bahl <[email protected]>
Release/v0.4.0 - Update version number for release

827f26381830f921e202f357d91292b56d2668a1 authored almost 5 years ago by Jason Bahl <[email protected]>
remove tests/_output from being versioned

ceee30b00ab148d97211124cda5518ab9ea51630 authored almost 5 years ago by Jason Bahl <[email protected]>
no message

e660b65ff181e2afcb1c20f8952442dd645c0541 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge branch 'bug/#69-jwt-could-not-be-returned-after-user-registered' into develop

9df6cf55303fcb4b9a899b464ebcb42024f073c3 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge branch 'bug/#38-do-not-execute-for-invalid-jwt-tokens' into bug/#69-jwt-could-not-be-returned-after-user-registered

# Conflicts:
# wp-graphql-jwt-authentication.php

135262a5e82184e658b47b2099b3765657e46ca7 authored almost 5 years ago by Jason Bahl <[email protected]>
#69 - update type hint

95578b68e68a0c0d7d858dbbe92d978b4a916081 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #78 from wp-graphql/docs/add-all-mutations

Docs/add all mutations

35842913e0020854e1377a3b892750bc3469c950 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge branch 'develop' into docs/add-all-mutations

# Conflicts:
# src/Auth.php

960339f137f012111dd9370669adb45a25ca2f1a authored almost 5 years ago by henrikwirth <[email protected]>
Adds all mutations to readme

098e571320413e7f2e39c8fc335a1522e951793b authored almost 5 years ago by henrikwirth <[email protected]>
Merge pull request #75 from jasonbahl/bug/#69-jwt-could-not-be-returned-after-user-registered

#69 - Backward Compatibility fixes for playing nice with WPGraphQL for WooCommerce

26f2c0cb5c61fe86cf06220a9881765ef0ccd28e authored almost 5 years ago by Jason Bahl <[email protected]>
#69 - Backward Compatibility fixes for playing nice with WPGraphQL for WooCommerce

a2309b61ed8d3a742ca65d511153c912ba214a96 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #74 from jasonbahl/bug/#69-jwt-could-not-be-returned-after-user-registered

Bug/#69 jwt could not be returned after user registered

d186e7f15e17a86a21395eeb59986d7e6a74e01a authored almost 5 years ago by Jason Bahl <[email protected]>
#69 - Update Docblocks and provide better support for backward compatiblity for passing WP_User or User (model) through to some resolvers

04b6ab0cc15a1f2e1f2ba3853fea55b397be36ed authored almost 5 years ago by Jason Bahl <[email protected]>
#69 - Update docblock

aed0392eae4d139ce61099ba3dbde1a0efdbda3f authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #72 from jasonbahl/bug/#69-jwt-could-not-be-returned-after-user-registered

#69 - JWT Tokens could not be returned after regiserUser mutation

999e0d0b03f88b0229205243bd9d1e630da8aa54 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #64 from wp-graphql/bug/#45-tokens-identical-for-non-admins

#45 - auth and refresh token are same for non-admins

d77da3fdce174d81d4292f5593810071f8cec573 authored almost 5 years ago by Jason Bahl <[email protected]>
#69 - JWT Tokens could not be returned after regiserUser mutation

- This updates the mutations to expect a User model to be passed through instead of a WP_User ob...

79542dfad61cc8b2cb79fc6bec1edf5d687c2ec8 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #68 from wp-graphql/release/v0.3.5

release/v0.3.5

0ad0481c8f61928ada7b57b12a50ece16c5e41bf authored almost 5 years ago by Jason Bahl <[email protected]>
release/v0.3.5

- update version number for release

daae4f4d1ad7652cda2c4167ec540e26457c3de1 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #66 from jasonbahl/bug/wpgraphql-v0.6.0-regression

- WPGraphQL v0.6.0 regression

e0152a9dc109e3126bb88384c0fe554a9c004480 authored almost 5 years ago by Jason Bahl <[email protected]>
- Make the fields hookable per code review request

29071747293684924dee23ac2c9e63efdbadd7d4 authored almost 5 years ago by Jason Bahl <[email protected]>
no message

d3a04099e531ac08957789c41a885bce29f7a70f authored almost 5 years ago by Jason Bahl <[email protected]>
- WPGraphQL v0.6.0 regression

- Update so that the `Types::` static methods aren't being called for Type definitions

56bc31ca504fc6cb679eb48f2f45f4c2eac4d10c authored almost 5 years ago by Jason Bahl <[email protected]>
#45 - auth and refresh token are same for non-admins

- if the token doesn't belong to the current user AND the current user doesn't have proper caps,...

61f26fbc22e007da3822daba0e7294588624a088 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #60 from wp-graphql/revert-56-revert-55-feature/wp-graphql-v0.6.0-support

Revert "Revert "Adds WPGraphQL v0.6.0 support""

2ebbc312b660abc8af239f1e7958811adebfab19 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #63 from wp-graphql/release/v0.3.4

release/v0.3.4 - Update version

d540fa30aa987d710fa00c5186e01cb788ff6433 authored almost 5 years ago by Jason Bahl <[email protected]>
- Update version

7050c4753870446bdc9b1853ab55b810b4888fd6 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #62 from kidunot89/revert-56-revert-55-feature/wp-graphql-v0.6.0-support

JWT field registration updated.

f1170bef13bf3f409bcdaef2872a681062446bb1 authored almost 5 years ago by Jason Bahl <[email protected]>
JWT field registration updated.

b4d3990fbb41e4e419dcc87d5c51aaa46178c4cf authored almost 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #61 from kidunot89/patch-1

Remove type-hinting from "Auth::get_signed_token"

da655537314ae8d43813a8dfb01cc3b154176ad6 authored almost 5 years ago by Jason Bahl <[email protected]>
Remove type-hinting from "Auth::get_signed_token"

32b2c072e57717ce98ccd90cd98ed15bfef652e4 authored almost 5 years ago by Geoffrey K Taylor <[email protected]>
Revert "Revert "Adds WPGraphQL v0.6.0 support""

4f42d89c8974933f863af1dd27701ef671670d31 authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #57 from kidunot89/patch-1

Adds user ID to LoginPayload

4dacc6f37f0dd2f25c9e86cfb7639b3c212ed640 authored almost 5 years ago by Jason Bahl <[email protected]>
Add user ID to LoginPayload

d9e152b3e8e2abb8da93486b6cff0250261fc5cd authored almost 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #56 from wp-graphql/revert-55-feature/wp-graphql-v0.6.0-support

Revert "Adds WPGraphQL v0.6.0 support"

2fefba427782a02de54014690bfc08218e813f44 authored almost 5 years ago by Jason Bahl <[email protected]>
Revert "Adds WPGraphQL v0.6.0 support"

a598d7a0f5af77aeaafe09343e23e08a84e748de authored almost 5 years ago by Jason Bahl <[email protected]>
Merge pull request #55 from kidunot89/feature/wp-graphql-v0.6.0-support

Adds WPGraphQL v0.6.0 support

9158130a44900371f6ca561fe41a62fc3365eff7 authored almost 5 years ago by Jason Bahl <[email protected]>
Update src/ManageTokens.php

Co-Authored-By: Jason Bahl <[email protected]>

f8735550bc3baf2c0a92b5224250e825a17f9e8f authored about 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #52 from jasonbahl/feature/#51-travis-calls-wrong-install-command

- Update travis.yml config

e6d173ef62e35f6350e58bccc4782fb0eb52ecf2 authored about 5 years ago by Jason Bahl <[email protected]>
Update .travis.yml

48bcf649bc98bd965456758bf572ec02969ea3fa authored about 5 years ago by Jason Bahl <[email protected]>
schema callbacks updated.

7dde42172038ec9d02d78fad909420d81c30fcb8 authored about 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #54 from kellenmace/feature/readme-updates

Correct a couple broken links in readme

2f5d0e141fd343c754d7ffc0bbf667805ff7b3a8 authored about 5 years ago by Jason Bahl <[email protected]>
Correct a couple broken links in readme

a12689eb5b450ab28de3f286dec7ab0c92ccde6e authored about 5 years ago by Kellen Mace <[email protected]>
Merge pull request #2 from kidunot89/feature/#51-travis-calls-wrong-install-command

composer.json updated

4c30308335835909797b8e29758f614ce895e56b authored about 5 years ago by Jason Bahl <[email protected]>
composer.json updated

1e7fd0f54d386ff30baa5b93faf40cf4c533e77c authored about 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #1 from kidunot89/feature/#51-travis-calls-wrong-install-command

.travis.yml script rewritten.

4def31c129505199fc576c004dd780ec810d209c authored about 5 years ago by Jason Bahl <[email protected]>
.travis.yml script rewritten.

af8764f3db1646a1c60ed74c6749b382d0c416a9 authored about 5 years ago by Geoff Taylor <[email protected]>
- Update travis.yml config

8c653ad5332377af62bd1ea0e3ac7a8279806f2f authored about 5 years ago by Jason Bahl <[email protected]>
- added back missing config.php

3ad77b4e87101d16ed7dfdcc5cdc1215e4c3e3eb authored about 5 years ago by Jason Bahl <[email protected]>
- Update travis.yml config

af054f7ba2f56fc64ec4562f9e663e88a1d10ab1 authored about 5 years ago by Jason Bahl <[email protected]>
Merge pull request #50 from jasonbahl/feature/#49-login-mutation-uses-old-api

#49 - use register_graphql_mutation

91b76ec0d845abe7c38e578d8ba4047f186043fd authored about 5 years ago by Jason Bahl <[email protected]>
- update version tags

a6566ffffb5edb368129c32be314c9de5973325a authored about 5 years ago by Jason Bahl <[email protected]>
- update version tags

8c45bf535513740814c3b3dd383eab0c39dedaa3 authored about 5 years ago by Jason Bahl <[email protected]>
#49 - Code review changes

2f343c0aee7429762fdab18d13fe2e8f2d224e86 authored about 5 years ago by Jason Bahl <[email protected]>
#49 - Login mutation needs to be registered using `register_graphql_mutation`

- also fixes some test issues

92c8c8493998b626fcc1fbe48173406a85903e9e authored about 5 years ago by Jason Bahl <[email protected]>
Merge pull request #47 from kidunot89/patch-1

Fixes Type hinting

2b0e5f901dd91112c6f8c9d4517d86a4dc5148ad authored about 5 years ago by Jason Bahl <[email protected]>
Fixes Type hinting

Fixes typehinting for `jwtAuthExpiration` and `isJwtAuthSecretRevoked`.

546ad9f5bd9e7282f61445a6f156ee95e05cc485 authored over 5 years ago by Geoffrey K Taylor <[email protected]>