jwt • decode • debug
Decoding only (no signature verification).
Inspect JSON Web Token headers and payloads without verifying signatures. Useful for debugging authentication flows when you already trust the token source.
Your input is processed in the browser. We do not upload tool payloads to our servers.
A JWT has header.payload.signature separated by dots. This tool decodes the first two parts only.
Learn JSON Web Token structure, common claims, and why decoding is not the same as verification.
Read: JWT explained: how to decode tokens safely →