Decode JWT tokens online and inspect claims. Free private JWT decoder — runs in your browser, no signup.
JWT Decoder shows header and payload claims from a JSON Web Token. Inspect exp, sub, and custom claims while debugging auth — decoding is local (verification depends on options).
Decoding shows claims. Cryptographic verification needs the correct secret or public key when that option is available.
Avoid pasting live production tokens into any online tool. This decoder runs in your browser and does not upload to ThothBox.
A compact token format with a header, payload, and signature used in many auth systems.
JWT Decoder shows header and payload claims from a JSON Web Token.
Open the JWT Decoder tool, then paste the JWT string.