JWT Decoder
Decode and inspect JSON Web Tokens
Decode a JSON Web Token and inspect its claims - decoding only, no signature verification
Paste a JWT token to decode it
Who created the token
The user the token represents
Intended recipient(s)
When the token expires
Token not valid before this time
When the token was created
Unique identifier for the token
Header: how the token was signed
Header: which signing key was used