usefulteam / jwt-auth

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

Status 401 using validate endpoint #100

Open creativeye opened 1 year ago

creativeye commented 1 year ago

On trying to validate a token using "/wp-json/jwt-auth/v1/token/validate" below is the response:

{ "code": "You are unauthorised to view this", "message": "Please contact our admin.", "data": { "status": 401 } }