🔐 JWT Decoder

Decode and inspect JSON Web Tokens (JWT) securely in your browser

JWT Token
Header JOSE
Payload Claims
Signature Verify

🔓 Decode JWT

Instantly decode JWT tokens and view header, payload, and signature components

📋 Claims Display

View all JWT claims with formatted timestamps (iat, exp, nbf) in human-readable format

🔍 Token Inspection

Inspect algorithm, token type, issuer, audience, and all custom claims

🔒 100% Private

All decoding happens locally in your browser. Your tokens never leave your device