changes.mady.by.user WayGee Ho (Unlicensed)
Saved on May 15, 2020
changes.mady.by.user Jonathan Cohen
Saved on Aug 22, 2022
...
Related Documents
Confluence Link
Change Log
01 May 2020
Jonathan
Initial Creation
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: