JWT Decoder
Decode JSON Web Tokens (JWT) to inspect their header and payload. All decoding happens locally in your browser - tokens are never sent to a server.
Warning: This tool only decodes JWTs - it does not verify signatures.
Never trust decoded data without proper signature verification on your server.
Header
Payload
Signature (Base64)