-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jwt_auth_iss filter not working #140
Comments
I found this: wp-graphql-jwt-authentication/src/Auth.php Lines 610 to 628 in 5d20262
If you want to fix the add_filter('graphql_jwt_auth_iss_allowed_domains', function($allowed_domains) {
return array_merge($allowed_domains, [
'https://example.com',
'https://example-2.com'
]);
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From docs:
But when I try to set it, nothing happens,
iss
still defaults to site address 😕The text was updated successfully, but these errors were encountered: