ما هو مفكك JWT؟

مفكك JWT مجاني عبر الإنترنت. الصق أي JWT لعرض الرأس والحمولة المفككة فورًا. تحقق من حالة انتهاء الصلاحية والموقّع والمطالبات.

لماذا نستخدم مفكك JWT؟

  • base64url decoding of header and payload فوري
  • Syntax-highlighted JSON output
  • Expiration status: valid, expired, or not yet valid
  • Displays iat, exp, nbf, iss, sub claims

كيفية استخدام مفكك JWT — خطوة بخطوة

1

الصق رمز JWT في حقل الإدخال.

2

header and payload are decoded instantly.

3

راجع المطالبات وحالة الانتهاء والجهة المصدرة.

4

انسخ any decoded section as needed.

من هو مفكك JWT الأنسب له؟

  • تصحيح واجهات API
  • auth troubleshooting
  • token inspection
  • OAuth development

مفكك JWT — الأسئلة الشائعة

Does this tool verify JWT signatures?

No. This tool only decodes the header and payload. It does not verify the cryptographic signature. Never trust decoded JWT claims without proper server-side signature verification.

What claims does the decoder show?

It highlights standard claims: iss (issuer), sub (subject), aud (audience), exp (expiration), nbf (not before), and iat (issued at), along with any custom claims in the payload.

هل أنت مستعد لاستخدام مفكك JWT؟

أداة مجانية على الإنترنت — تعمل في متصفحك، بدون تسجيل. ابدأ في استخدامها الآن.

جربها الآن
Free Forever · No Sign-up

179 Free Tools at Your Fingertips

All free online tools for developers, designers, students, and creators. Every tool works in your browser — no sign-up, no data collection.