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
549 stars 159 forks source link

I am getting Message Algorithm not allowed #205

Open donadoniman opened 4 years ago

donadoniman commented 4 years ago

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

please help me to solve this issue