I'm trying to create a demo/test RS256 JWT using JWT.IO website. Every time I try and create the JWT on that website it says the signature is invalid.
The signature PUBLIC KEY was auto-provided by the website
Is there some trick which I'm missing?
SIDE NOTE 1: I've blanked out the kid
value because I wasn't sure if that was sensitive or not .. even though this is just some lame demo JWT for learning/experimenting with.
SIDE NOTE 2: I'm actually using Auth0 for my delegated authentication. I have a full RS256 token which Auth0 has given me ... and can be displayed in JWT.io ... but I'm trying to modify the exp
value to something farther in the future and to do that, I need to create a new token using public/private.