JSON Web Tokens

This site https://jwt.io is a great resource to view the contents of a JSON Web Token.

I was having problems with a token complaining that it was not valid, only to discover that, for some reason, I was receiving an outdated or expired token.

So I took the expiration value and converted it to a datetime at https://www.epochconverter.com, only to discover that my token was expired.

Leave a Reply

Your email address will not be published. Required fields are marked *