Header
{}
Decode JSON Web Tokens in your browser without sending data to a server. View header, payload, and readable token timestamps instantly.
{}
{}
No. It only decodes the token parts. Signature validation is not performed.
Yes, decoding happens in your browser (client-side only). Nothing is posted to a backend by this tool.
A JWT with three dot-separated parts: header.payload.signature. The signature is ignored for decode output.