Token Inspector
Decode and inspect JWT tokens issued by Aero2. Paste a token below to see its header, payload, and claims. Everything runs in your browser — nothing is sent to any server.
Paste a JWT above to see its decoded contents
Common Claims
| Claim | Description |
|---|---|
sub | User ID (unique identifier) |
iss | Issuer (your Aero2 application URL) |
aud | Audience (your client ID) |
exp | Expiration time |
iat | Issued at time |
token_use | Token type: access, id, or session |
email | User's email address |
name | User's display name |
roles | User's assigned roles |
See Also
- Tokens concept — Token types and verification
- Scopes & Claims — What data each scope provides