Invalid signature
-
Hi, I’m having a problem generating a valid JWT. I use this endpoint
http://mydomain.com/?rest_route=/simple-jwt-login/v1/auth&username=myusername&password=pw
I do get a JWT but it’s an invalid signature at https://jwt.io/.
I think that the payload data might be wrong. Maybe be a plugin config issue but not sure.
{
“iat”: 1599539659,
“username”: “annduf”
}So when i try to validate the JWT i get this response:
data: {message: “Unable to find user property in JWT.”, errorCode: 30}
Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Invalid signature’ is closed to new replies.