JWT Decoder

Decode JSON Web Tokens instantly to view their header, payload, and signature. 100% private, no tokens are sent to any server.

Encoded Token

Header (algorithm & type)

// Header JSON will appear here

Payload (data & claims)

// Payload JSON will appear here

Want to learn more about JSON Web Tokens?

How to use the JWT Decoder