Decode JSON Web Tokens instantly in your browser. View header, payload, and check expiration.
Paste a JWT token in header.payload.signature format.
Yes — all decoding happens in your browser. Your token is never sent to any server.
Header (algorithm), Payload (claims), and Signature (verification).