Entwickler
JWT Inspektor
Dekodiert und untersucht JSON-Web-Token-Header, Payloads und Signaturen.
0 chars
Paste a JWT token to inspect its header, payload, and expiry status. Auto-decodes on paste.
Über JWT Inspector
Der JWT-Inspektor decodes JSON Web Tokens (RFC 7519) by Base64url-decoding the header, payload, and signature segments and presenting them in a structured, color-coded view with all standard claim names labeled — including iss (issuer), sub (subject), aud (audience), exp (expiration), iat (issued at), nbf (not before), and jti (JWT ID). It automatically detects the signing algorithm from the alg header, displays the expiration status with a human-readable countdown, and flags security-sensitive conditions like the alg: none attack vector. All decoding happens in your browser — the token never leaves your device.
So verwenden Sie es
Fügen Sie a JWT token — the three Base64url-encoded segments separated by dots — into the input field. The header section shows the algorithm, key ID, and token type. The payload section lists all claims with their decoded values and human-readable timestamps for exp, iat, and nbf. The signature section shows the raw Base64url signature bytes and the algorithm used. The expiry indicator shows whether the token is currently valid, expired, or not-yet-valid based on the exp and nbf claims relative to the current UTC time.
Häufige Anwendungsfälle
- Backend-Entwickler, die Authentifizierungsfehler debuggen, indem sie JWT-Access-Token aus Authorization-Headern dekodieren, um zu überprüfen, ob die exp-, iss-, aud- und benutzerdefinierten Rollen-Claims für die fehlschlagende Anfrage die erwarteten Werte enthalten
- Sicherheitsingenieure, die OAuth-2.0- und OpenID-Connect-Implementierungen prüfen, indem sie id_token- und access_token-Payloads untersuchen, um den korrekten Aussteller, die Zielgruppenbeschränkung und den Signaturalgorithmus zu verifizieren
- Frontend-Entwickler, die Identitätsanbieter-Token von Auth0, Cognito, Firebase Auth oder Azure AD B2C untersuchen, um zu verstehen, welche Claims im Token für die Zugriffssteuerungslogik verfügbar sind
- Penetrationstester, die JWTs aus erfasstem HTTP-Datenverkehr analysieren, um schwache Signaturalgorithmen, fehlende Audience-Claims, lange Ablaufzeiträume oder sensible Daten in unverschlüsselten Payload-Claims zu identifizieren
- DevOps-Ingenieure und Plattform-Teams, die während der Vorfalldiagnose schnell die Ablaufzeit und den Aussteller von Dienstkonto-Token, Kubernetes-Dienstkonto-JWTs oder API-Gateway-Token überprüfen, ohne ein Dekodierungsskript zu schreiben
Frequently Asked Questions About JWT Inspektor
What is JWT Inspektor?
JWT Inspektor is a free online tool on akousa.net, a platform with 559+ browser-based utilities. Dekodiert und untersucht JSON-Web-Token-Header, Payloads und Signaturen. No installation is required.
How do I use JWT Inspektor?
Simply open JWT Inspektor on akousa.net, enter or upload your data, configure any options, and click the action button. Results appear instantly in your browser.
Is JWT Inspektor free?
Yes, the core JWT Inspektor experience is free to use without signup. All 559+ tools remain available for everyday use, while Akousa Pro adds optional premium platform features and ad-free browsing.