Decode and inspect JSON Web Tokens (JWT) - view header, payload, and expiration.
Decode JSON Web Tokens (JWT) to inspect the header, payload, and signature. Shows expiration status, issued-at time, and all claims. Signature is NOT verified (client-side tool). Never paste production tokens into online tools.