You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering the token into jwt.io and passing the password the last part of the token changes. The website manipulates the pasted token. It is not clearly visible. You really need to look. It's confusing.
First you need to paste the password and then paste the token. This ensures that the token is validated and not created with the given password. Doing this in the described order will display the "Invalid Signature" message.
Please check with the issuer of the token. There is something wrong in the creation process.
Hey
Having an odd issue that I cannot seem to replicate very easily.
This throws a
JWT::VerificationError (Signature verification raised)
However, if i head over to jwt.io, and type in those exact same values (try it, just copy them from above) it says "Signature Verified"
Any ideas what is wrong here?
The text was updated successfully, but these errors were encountered: