JWT Decoder

Paste a JWT token to decode and inspect its header and payload. Check expiration status.

About JWT Tokens

JSON Web Tokens (JWT) are a compact way to represent claims between two parties. A JWT has three parts: a header (algorithm + type), a payload (claims data), and a signature. This tool decodes the header and payload — it does not verify signatures.