>_ JWT Decoder

Decode and inspect JSON Web Tokens. View the header, payload, and signature parts without server-side verification.

How to Use

  1. Paste a JWT token into the input
  2. Click "Decode JWT" to parse it
  3. View the decoded header, payload, and signature

FAQ

Does this tool verify the signature?>
No. This tool only decodes the token. Signature verification requires the secret key or public key which should never be shared in a browser tool.
Is it safe to paste my JWT here?>
Yes. All processing is 100% client-side. No data is sent to any server. However, never share JWT tokens publicly as they may contain sensitive claims.