JWT Decoder

Decode JWT (JSON Web Token) header and payload, and check expiration status.

JWT Token
About JWT
Structure Header.Payload.Signature
Note This tool only decodes the token. It does not verify the signature.