JWT Decoder
Paste a JSON Web Token to decode and inspect the header, payload, and signature.
Ad Space
Ad Space
About JWT Tokens
JSON Web Tokens (JWTs) are a compact, URL-safe means of representing claims between two parties. This tool decodes the header and payload of a JWT without verifying the signature. Never share sensitive JWTs publicly.