How to use it
- 1. Paste a JWT into the textarea. The page decodes the header and payload locally as soon as the token format is valid.
- 2. Inspect the pretty-printed JSON and the claim summary for fields such as exp, iat, and nbf.
- 3. Copy the decoded header or payload when you need to compare claims in logs, docs, or a support ticket.