[ad_1]
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.
