usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
122 stars 49 forks source link

Algorithm not allowed #94

Open tablangdelio opened 1 year ago

tablangdelio commented 1 year ago

{ "success": false, "statusCode": 403, "code": "jwt_auth_invalid_token", "message": "Algorithm not allowed", "data": [] }

sun commented 1 year ago

Which algorithm are you trying to use?

Potential duplicate of https://github.com/usefulteam/jwt-auth/issues/82