Common use cases
- API debugging
- Read token claims while investigating authentication issues.
- Expiration checks
- Inspect exp, iat and nbf timestamps before testing access flows.
- Test token generation
- Regenerate an HS256 token after editing test header or payload data.
- Auth documentation
- Prepare readable token examples for integration notes.