Decodificador JWT
Decodifica e inspecciona JSON Web Tokens (JWT). Ve el encabezado, payload, claims y estado de expiración.
Cómo usar
Decodifica e inspecciona JSON Web Tokens (JWT). Ve el encabezado, payload, claims y estado de expiración.
- 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.
Características
- 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