You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 Current »
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: