Decode · inspect · verify · build JSON Web Tokens
JWT Decoder parses a JSON Web Token client-side. Nothing leaves your browser.
Decode shows header, payload (with claim explanations), and signature in three cards. Timestamp claims (exp, iat, nbf) render as both unix and human-readable with a countdown.
Verify uses WebCrypto to check HMAC signatures (HS256/HS384/HS512) against your secret. RS/ES/PS algorithms require a public key and are not supported in this tool.
Builder creates demo tokens with arbitrary payload (unsigned — do not use in production).
Diff compares two tokens and highlights changed / added / removed claims — handy for debugging refresh flows.
Shortcuts: ⌘1/2/3 switch tabs · ⌘Enter copy payload · ⌘K clear.