-
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
invalid-secret-key | Algorithm not allowed #179
Comments
I also have the same issue right now when updating users. Have you found any answers yet? |
Any updates on this? Anyone? |
I'm getting the same error PHP: |
I ended up getting rid of this problem with this solution - #165 (comment) |
Hey everybody, I managed to fix it the following way:
I added
Your wp-config.php file should look something like that:
|
Hi team, when I make a request I receive the below error but I configured the plugin correctly as per the documentation:
Do you have any idea why this is happening?
I am using the latest Grahpql version and the latest JWT auth version as well. I added in my function the below code:
add_filter( 'graphql_jwt_auth_secret_key', function() { return env("AUTH_KEY"); });
And populated the
AUTH_KEY
from https://api.wordpress.org/secret-key/1.1/salt/In the headers I am sending the token as per the documentation:
The text was updated successfully, but these errors were encountered: