Skip to content

Commit

Permalink
fix: JWT Auth hooks now support WPGraphQL Headless Login (#812)
Browse files Browse the repository at this point in the history
* fix: JWT Auth hooks now support WPGraphQL Headless Login

* chore: PHPStan compliance met

* fix: Proper TokenManager function in use for auth token resolution
  • Loading branch information
kidunot89 committed Oct 16, 2023
1 parent 570d582 commit 3cf05bd
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 91 deletions.
2 changes: 2 additions & 0 deletions bin/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install_wordpress() {
composer require --dev --no-interaction -W \
johnpbloch/wordpress:* \
wp-graphql/wp-graphql-jwt-authentication \
axepress/wp-graphql-headless-login \
wpackagist-plugin/woocommerce \
wpackagist-plugin/woocommerce-gateway-stripe \
wpackagist-plugin/wp-graphql \
Expand All @@ -50,6 +51,7 @@ remove_wordpress() {

# Remove WordPress dependencies
composer remove --dev wp-graphql/wp-graphql-jwt-authentication \
axepress/wp-graphql-headless-login \
wpackagist-plugin/woocommerce-gateway-stripe \
wpackagist-plugin/wp-graphql \
wpackagist-theme/twentytwentyone \
Expand Down
136 changes: 72 additions & 64 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cf05bd

Please sign in to comment.