JWT Decoder
Identify and inspect the contents of your JSON Web Tokens.
JWT Decoder
Decode JWT headers and claims locally. This tool does not verify signatures.
What is JWT Decoder?
A JWT Decoder allows you to see exactly what data is encoded within a token without needing the secret key. It breaks the token into its three constituent parts: the Header (algorithm and type), the Payload (claims and data), and the Signature. Our tool is privacy-focused, performing all decoding locally in your browser.