JWT Token Decoder
Decode and inspect JWT tokens online. View the header, payload, and signature from any JSON Web Token instantly.
JWT Structure Reference
JWT Structure
A JWT consists of three Base64URL-encoded parts separated by dots: Header.Payload.Signature
Header
Algorithm + Type
.
Payload
Claims / Data
.
Signature
Verification
Header Fields
| Field | Name | Description |
|---|---|---|
| alg | Algorithm | Signing algorithm (HS256, RS256, ES256, etc.) |
| typ | Type | Token type, typically "JWT" |
| kid | Key ID | Identifier for the signing key used |
| jku | JWK Set URL | URL to the JSON Web Key Set |
| x5u | X.509 URL | URL to the X.509 certificate chain |
Registered Payload Claims
| Claim | Name | Description |
|---|---|---|
| iss | Issuer | Entity that issued the JWT |
| sub | Subject | Subject of the JWT (user ID) |
| aud | Audience | Recipient(s) the JWT is intended for |
| exp | Expiration | Timestamp after which the JWT expires |
| nbf | Not Before | Timestamp before which the JWT is not valid |
| iat | Issued At | Timestamp when the JWT was issued |
| jti | JWT ID | Unique identifier for the JWT |
Frequently Asked Questions
Related JWT Tools
Rate this tool
4.0 / 5 ยท 145 ratings
Recommended
CloudflareFree CDN & DDoS protectionStay Updated
Get weekly dev tips and new tool announcements.
No spam. Unsubscribe anytime.
Enjoy these free tools?
โBuy Me a Coffee