🎫 JWT Debugger
Decode and verify JSON Web Tokens (JWT). View header, payload, and signature instantly.
📝 Encoded JWT
🔍 What is JWT?
JSON Web Token (JWT) is a compact, URL-safe means of representing claims between two parties. It consists of three parts: Header, Payload, and Signature.
📊 JWT Structure
HeaderAlgorithm & token type
PayloadClaims & user data
SignatureVerification
💼 Common Uses
- ✅ User authentication
- ✅ API authorization
- ✅ Single sign-on (SSO)
- ✅ Information exchange
📋 Common JWT Claims
issIssuer
subSubject
audAudience
expExpiration
iatIssued At
nbfNot Before
jtiJWT ID
nameUser Name