JWT decoder
This only decodes. It does not check that a secret signed the token. exp is shown as a readable time.
How to use it
- Paste the whole token
- Read the header and payload
- Check whether exp is in the past
This only decodes. It does not check that a secret signed the token. exp is shown as a readable time.