JWT – Able to change signature and its still verified?
I just ran into something strange IMO.
I created a RSA Key using nodejs cryptoutils to use with my JWT auth server.
What I observer using jwt.io was the following:
The last letter of the signature can be changed, and the jwt is still consi… Continue reading JWT – Able to change signature and its still verified?