JWT-Decoder
JSON Web Tokens (JWT) dekodieren und untersuchen. Header, Payload, Claims und Ablaufstatus anzeigen.
Anleitung
JSON Web Tokens (JWT) dekodieren und untersuchen. Header, Payload, Claims und Ablaufstatus anzeigen.
- 1Paste a JWT token (three Base64url segments separated by dots) into the input field.
- 2The tool decodes and displays the Header, Payload, and Signature sections.
- 3Review the claims in the Payload: `iss`, `sub`, `exp`, `iat`, and any custom claims.
- 4Check the expiration status — the tool highlights whether the token is expired.
Funktionen
- Decodes JWT header, payload, and signature without any server request
- Displays all standard and custom claims in formatted JSON
- Shows token expiration status and remaining time or time since expiry
- Handles HS256, HS384, HS512, RS256, and other common algorithms