JWT Debugger & Decoder

A secure, client-side tool to decode and inspect JSON Web Tokens instantly.

Encoded Token

Decoded Output

Header

{}

Payload

{}

Signature

Security & Privacy First: All decoding is performed securely in your browser using JavaScript. Your token is never sent to our servers.

What is a JSON Web Token (JWT)?

A JWT is a compact, URL-safe standard for creating access tokens that assert some number of claims. A token is composed of three parts, separated by dots (`.`):