Inspect every claim
Tokens are split into color-coded sections that mirror the classic header.payload.signature pattern. The header reveals algorithm choices (HS256, RS512, ES256, etc.) while the payload lists registered and custom claims. Human-friendly timestamps convert `exp`, `iat`, and `nbf` values to your local timezone to prevent off-by-one errors.
Use the editor to tweak claim values or regenerate expiration windows before handing tokens to teammates. Because the decoder never transmits data elsewhere, you can safely troubleshoot production incidents on your laptop.
Automatic Base64URL handling
Input strings can include or omit padding; the decoder normalizes both before parsing.
Copy-ready JSON
Copy just the payload or export a formatted JSON object for documentation and QA workflows.