JWT Parser
Parse JWT tokens and extract all claims with human-readable labels. Auto-convert timestamps to dates and check expiration status.
JWT Claims Reference
Registered Claims (RFC 7519)
| Claim | Name | Type | Description |
|---|---|---|---|
| iss | Issuer | String | Entity that issued the JWT |
| sub | Subject | String | Subject of the JWT (usually user ID) |
| aud | Audience | String/Array | Intended recipient(s) of the JWT |
| exp | Expiration | Number | Unix timestamp when token expires |
| nbf | Not Before | Number | Unix timestamp before which token is invalid |
| iat | Issued At | Number | Unix timestamp when token was created |
| jti | JWT ID | String | Unique identifier for the token |
Public Claims (OpenID Connect)
| Claim | Name | Standard |
|---|---|---|
| name | Full Name | OpenID Connect Core |
| OpenID Connect Core | ||
| email_verified | Email Verified | OpenID Connect Core |
| azp | Authorized Party | OpenID Connect Core |
| nonce | Nonce | OpenID Connect Core |
| at_hash | Access Token Hash | OpenID Connect Core |
| auth_time | Auth Time | OpenID Connect Core |
| acr | Authentication Context | OpenID Connect Core |
| amr | Authentication Methods | OpenID Connect Core |
Private Claims
Custom claims defined by the application. These are not registered or standardized and are used to share information between parties that agree on using them. Examples: role, permissions, tenant_id, etc.
Frequently Asked Questions
Related JWT Tools
Vurder dette verktøyet
4.0 / 5 · 214 vurderinger
Recommended
CloudflareFree CDN & DDoS protectionHold deg oppdatert
Få ukentlige dev-tips og nye verktøy.
Ingen spam. Avslutt når som helst.
Enjoy these free tools?
☕Buy Me a Coffee