Paste any JWT to instantly decode header, payload, inspect all claims, check expiry and algorithm โ all in your browser.
Paste a JWT token above to decode and inspect it
Fast, private, and developer-friendly โ all processing happens in your browser.
Your tokens never leave your browser. All decoding is done locally using vanilla JavaScript.
See your token broken down visually with color-coded header, payload, and signature sections.
Automatically detects iat, exp, nbf claims and shows a visual lifetime progress bar.
Explains standard JWT claims like sub, iss, aud, jti so you understand what each field means.
Copy your JWT from a login response, API call, or auth header and paste it in the box.
The tool instantly splits and base64url-decodes the header and payload as you type.
Explore all claims, check expiry status, and understand the algorithm used.
Was this tool helpful?