Skip to content

Commit 3cf05bd

Browse files
authored
fix: JWT Auth hooks now support WPGraphQL Headless Login (#812)
* fix: JWT Auth hooks now support WPGraphQL Headless Login * chore: PHPStan compliance met * fix: Proper TokenManager function in use for auth token resolution
1 parent 570d582 commit 3cf05bd

File tree

5 files changed

+159
-91
lines changed

5 files changed

+159
-91
lines changed

bin/_lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ install_wordpress() {
3535
composer require --dev --no-interaction -W \
3636
johnpbloch/wordpress:* \
3737
wp-graphql/wp-graphql-jwt-authentication \
38+
axepress/wp-graphql-headless-login \
3839
wpackagist-plugin/woocommerce \
3940
wpackagist-plugin/woocommerce-gateway-stripe \
4041
wpackagist-plugin/wp-graphql \
@@ -50,6 +51,7 @@ remove_wordpress() {
5051

5152
# Remove WordPress dependencies
5253
composer remove --dev wp-graphql/wp-graphql-jwt-authentication \
54+
axepress/wp-graphql-headless-login \
5355
wpackagist-plugin/woocommerce-gateway-stripe \
5456
wpackagist-plugin/wp-graphql \
5557
wpackagist-theme/twentytwentyone \

composer.lock

Lines changed: 72 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)