Decode JWT token

Decode a JWT token in your browser: header, payload and signature. Data never leaves your device.

Decode JWT token

JWT (JSON Web Token) is used for authentication in APIs and websites. Paste a token to see its decoded header and payload, nicely formatted. Everything runs locally in your browser — the token is never sent anywhere.