jwt_auth_bad_config
-
Hello,
I’m working in an iOS app that gets the info from a WP via the WP API REST v2 (2.0-beta 11 version).
I’ve installed your plugin to authenticate and I can get the token and validate it without problem, but when I try accessing any other content with the token, I get the next message (from Postman):
{
“code”: “jwt_auth_bad_config”,
“message”: “JWT is not configurated properly, please contact the admin”,
“data”: {
“status”: 403
}
}
This is my configuration:WordPress v 4.4.1 installed in remote server
Installed WordPress REST API (2.0-beta 11 version) and activated
Enabled HTTP Authorization Header option in my .htaccess which located in the main directory of WordPress
Configurate the Secret Key in my wp-config.php which located in the main directory of WordPress
Configurate CORs SupportMaybe problems with .htaccess file?
Any clue?Thank you
https://www.ads-software.com/plugins/jwt-authentication-for-wp-rest-api/
- The topic ‘jwt_auth_bad_config’ is closed to new replies.