JWT Decoder

Decode JSON Web Tokens without verification

Token

About JWT Decoder

Decode JSON Web Tokens into their constituent parts: header (algorithm and type), payload (claims and data), and signature. No verification is performed — this tool only inspects the token structure.

The decoder highlights standard claims (sub, iss, iat, exp, nbf, aud) and converts timestamps to human-readable dates. The expiration status shows whether the token is still valid based on the exp claim.