JWT Decoder

Decode JSON Web Tokens locally to inspect header metadata, claims, and signature content. No requests leave the browser while decoding.

Paste tokens straight from Authorization headers and understand what you are about to accept—ideal for debugging auth flows and double-checking expiry times.

Waiting for input...
alg: --, typ: --
Claims highlighted when present.
Length: 0 bytes
Issuer (iss) --
Subject (sub) --
Audience (aud) --
Expires (exp) --
Issued At (iat) --
Not Before (nbf) --