How to use it
- Paste a JWT token.
- View the decoded header and payload.
- Check the exp and iat dates.
Why use it
- Inspect tokens while debugging.
- Read claims without sharing them.
- Spot expired tokens quickly.
- Nothing leaves your browser.
- Free for auth and API work.