“Unable to find user property in JWT” on validate (errorCode 30)
-
Hi,
I’m using postman to run some basic tests. Calling the auth end point runs fine and returns the jwt data. Subsequently I use the jwt value in the validate end point, but in this scenario I get the error below.
Am I overlooking something?
I’m planning to use this plugin from a react app.
Erik
{
“success”: false,
“data”: {
“message”: “Unable to find user property in JWT.”,
“errorCode”: 30
}
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘“Unable to find user property in JWT” on validate (errorCode 30)’ is closed to new replies.