JWT Decoder
Paste Token → View payload instantly
⚠️ This tool does not verify signatures
Header
Paste JWT to see Header
Payload
Paste JWT to see Payload
How to use:
- Paste your JWT token in the box above
- The system will automatically display Header and Payload
- Click "Copy" to copy the data
- This tool is for viewing token data only, it does not verify signatures
Common Payload Fields:
iss- Issuer (ผู้ออก Token)sub- Subject (เรื่อง/หัวข้อ)aud- Audience (ผู้รับ)exp- Expiration Time (เวลาหมดอายุ)iat- Issued At (เวลาที่ออก)nbf- Not Before (ไม่ใช้ก่อนเวลานี้)