Tmeister / wp-api-jwt-auth

A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
GNU General Public License v2.0
558 stars 160 forks source link

Algorithm not allowed #159

Closed tmikeska closed 1 year ago

tmikeska commented 5 years ago

hi, I have all set correctly, .htaccess and wp-config.php, but receiving following error:

"code": "jwt_auth_invalid_token",
    "message": "Algorithm not allowed",
    "data": {
        "status": 403
    }

any advice please? thanks

AMINEDGE commented 4 years ago

I have the same issue

roosri commented 2 years ago

same here { "code": "jwt_auth_invalid_token", "message": "Algorithm not allowed", "data": { "status": 403 } }

marioshtika commented 2 years ago

Me too

bmochief commented 2 years ago

I have the same problem now, everything was working but now I get this error when trying to use the token in a request.

marioshtika commented 2 years ago

This issue is being handled here https://github.com/Tmeister/wp-api-jwt-auth/issues/247