Toolzy

JWT Decoder

Decode a JWT to view its header and payload.

Decode only — the signature is not verified.

Paste a JSON Web Token to inspect its header and payload. Signature is NOT verified — no secret is used.

طريقة الاستخدام

  1. Paste a JWT.
  2. View the decoded header and payload.
  3. Check the expiry if present.

الأسئلة الشائعة

Is the signature checked?
No, this only decodes; it never verifies signatures.
Is my token sent anywhere?
No, decoding happens in your browser.

أدوات ذات صلة