Advanced JWT diagnostics

JWT Diff

Compare two JWTs field by field to see what changed in the decoded header and payload after refresh, login, environment changes or key rotation.

Why I compare JWTs instead of reading them side by side

Token problems are often caused by one changed claim: aud, iss, scope, role, kid, exp or a nested custom field. JWT Diff highlights changed and missing JSON paths.

The tool compares readable content; it does not verify either signature.

Both tokens stay in the browser page state and are not sent to a comparison API.