JWT Decoder

Decode JSON Web Tokens securely in your browser. Tokens are never sent to a server.

What is a JSON Web Token?

JSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.

Developers often use them for authentication. This decoder helps developers inspect the contents of their tokens locally.