Unable to find user property in JWT
-
Hello.
I have already a jwt token from simple-jwt-login/v1/auth endpoint.
However, when I sent the post request via simple-jwt-login/v1/auth/validate endpoint from postman, I get:
“success”: false,
“data”: {
“message”: “Unable to find user property in JWT.”,
“errorCode”: 30
}
I have tried Bearer token and JWT Bearer. In the case about JWT Bearer, Ι write the secret key and the payload. I verifyed the token into https://jwt.io/ and everything is ok.
How to use this token on postman?
Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to find user property in JWT’ is closed to new replies.