Online JWT Decoder & Debugger

Paste your JSON Web Token (JWT) to decode its header and payload instantly. All decoding happens in your browser.

Header

{}

Payload

{}

What is a JWT?

JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.

Structure of a JWT