JWT Decoder

Decode JSON Web Tokens to inspect their header and payload. View expiration times, issued-at dates, and all claims. Note: this tool decodes only — it does NOT verify the token signature.

Security Notice: This tool decodes JWT tokens (base64url decoding only). It does NOT verify the cryptographic signature. A decoded token is NOT a verified or trusted token. Never use decoded claims for authorization.
JWT Token