ตัวถอดรหัส JWT
ถอดรหัสและตรวจสอบ JSON Web Token ดู header, payload และ signature
เกี่ยวกับ JSON Web Token
JWT (JSON Web Token) เป็นรูปแบบโทเค็นที่กระทัดรัดและปลอดภัยสำหรับ URL ใช้สำหรับการพิสูจน์ตัวตนและการแลกเปลี่ยนข้อมูล JWT ประกอบด้วย 3 ส่วน: Header (อัลกอริทึมและประเภท) Payload (claims และข้อมูล) และ Signature (การยืนยัน) JWT ใช้กันทั่วไปใน OAuth 2.0, OpenID Connect และการพิสูจน์ตัวตน API
ให้คะแนนเครื่องมือนี้
3.9 / 5 · 77 คะแนน
Recommended
CloudflareFree CDN & DDoS protectionอัปเดตข่าวสาร
รับเคล็ดลับการพัฒนาและเครื่องมือใหม่ทุกสัปดาห์
ไม่มีสแปม ยกเลิกได้ตลอดเวลา
Enjoy these free tools?
☕Buy Me a Coffeeวิธีใช้งาน
- Paste your JWT token in the input field
- The header, payload, and signature are decoded automatically
- View expiration time and other claims
- Copy decoded sections as needed
กรณีการใช้งาน
- Debugging authentication tokens
- Inspecting JWT claims and expiration
- Verifying token structure during development
- Understanding OAuth2 and API tokens