Skip to content
← Tools
Integration & APIs

JWT decoder

Decode a JSON Web Token and read its claims, with expiry in plain language. Runs in your browser — the token is never transmitted.

Before you paste

A JWT is a credential. This page decodes it entirely in your browser and sends nothing anywhere — but treat any token you paste into any website as compromised, and rotate it. Use an expired or test token where you can.