About this tool
Paste a JWT to decode its Base64URL-encoded header and payload sections into readable JSON. This tool is for inspection only — it does not verify the token's signature, so it must never be used to determine whether a token is trustworthy for authentication or authorization.
Examples
- A token like "eyJhbGci...header.eyJzdWI...payload.SIGNATURE" decodes to readable header and payload JSON.