Decode header and payload without a secret. No verification.
Local‑only decoding — nothing leaves your browser.
Paste a JWT and view the decoded header and payload as formatted JSON. This does not verify the signature.
A fast way to inspect JSON Web Tokens (JWTs). This tool base64url‑decodes the header and payload so you can verify claims, audiences, and expirations at a glance. It does not verify signatures or secrets, and nothing is sent to a server—everything runs locally.
exp
, iat
, aud
, and iss
.exp
) should be rejected by servers.Privacy: runs entirely in your browser—no data is sent anywhere.