JWT Decoding
Decoding JWT Tokens
JWT tokens contain a set of fields called claims. http://jwt.io is a powerful debugging tool for decoding access tokens and seeing the claim values.
To decode a token follow these steps:
Copy your token to the clipboard
Navigate to http://jwt.io
Paste token into the Encoded section
Hit Enter
The decoded claims will show on the right side in the Decoded section.
Â
Â
On This Page:
Â
Â