This JWT decoder reads the header and payload of a JSON Web Token in your browser, with nothing sent to any server.
Inspect your tokens
A JWT has three parts: header, payload and signature. This tool decodes the first two so you can see exactly what data the token carries, with full privacy — everything runs in your browser.