JWT Decoder
Paste a JWT token to decode its header and payload. Check expiration status instantly.
What is JWT?
JSON Web Token (JWT) is a compact, URL-safe token format used for authentication and information exchange. It consists of three parts: Header.Payload.Signature. This tool decodes the header and payload but does not verify the signature (which requires the secret key).