JWT Token Debugger & Claims Decoder

Inspect JWT tokens from Auth0, Firebase, Supabase, and custom OAuth2 providers. Decodes algorithm, issuer, subject, expiration time (exp), and custom claims.

Specifications & Details

FeatureSpecification
Execution ModeIn-Browser (Client-Side WebAssembly / JS)
Privacy GuaranteeZero Server Transfer — 100% Local Device Processing
Supported Formats / Inputsjwt, decode, token
Pricing & Usage Limits100% Free Forever — No Signup, Unlimited Use
Browser CompatibilityChrome, Firefox, Safari, Edge, Mobile Browsers

About this tool

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).

Common Use Cases for developer tools

Key Advantages

How to use

  1. Paste the JWT string.
  2. Inspect decoded header and payload claims.
  3. Check expiry and audience fields when present.
  4. Never paste production secrets into public tools you do not trust — this one runs locally.

FAQ

Is it safe to paste confidential JWT tokens here?

Yes! Unlike other online decoders, ThothBox runs 100% locally in your browser without transmitting tokens to any external server.

Tags