How to read JWT headers and claims, check expiry, and understand what signature verification does and does not prove.

This guide is the canonical guide page for related tools on ilham.dev. It should grow into practical explanations, caveats, examples, and references instead of creating one thin article per utility.

  • JWT Encode — Create, edit and sign JSON Web Tokens from header and payload JSON.
  • JWT Expiry Editor — Edit iat, nbf and exp claims on a JWT and re-sign it without touching JSON by hand.
  • JWT Parser — Decode, live-edit and verify JSON Web Tokens.

Notes for future edits

  • Keep the guide reusable and factual.
  • Link to personal posts only when there is a real incident, measurement, migration, or lesson.
  • For sensitive inputs, mention whether the related tool runs locally in the browser and warn against pasting production secrets without understanding the trust boundary.