Privacy First (Client-Side)
JWT Decoder
วาง JSON Web Token เพื่อถอดรหัสดู Payload ทันที! (ปลอดภัยแบบ 100% Client-side)
{
"alg": "?",
"typ": "JWT"
}
{
"sub": "1234567890",
"name": "Jane Doe",
"iat": 1516239022
}
Signature verification hash will appear here...