Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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:

  1. Copy your token to the clipboard

  2. Navigate to http://jwt.io

  3. Paste token into the Encoded section

  4. Hit Enter

The decoded claims will show on the right side in the Decoded section.

On This Page:

  • No labels