JWT Inspector
Decode, validate, inspect, and compose JSON Web Tokens — with full color-coding and best-practice analysis.
Everything runs in your browser. No tokens are sent to any server.
HMAC-SHA256 — symmetric, secret must stay server-side
2024-03-10T16:00:00.000Z (737d ago)
nbf: 2024-03-09T16:00:00.000Z
usr_01HX8JQYZ04VR2NN5GZVMPZWB
Principal this token refers to
https://viewert.com
Who issued this token
viewert-api
Intended recipient(s)
2024-03-09 16:00:00 UTC
738d ago
When token was issued
2024-03-10 16:00:00 UTC
737d ago
Token expiry time
2024-03-09 16:00:00 UTC
738d ago
Token not valid before this time
jwt_01HX8JQYZ04VR2NN5GZVMPZWb
Unique identifier for this token
pro
alice
true
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Verification pseudocode
HMACSHA256( base64UrlEncode(header) + "." + base64UrlEncode(payload), your-secret ) === signature
viewert.com/jwt — All processing is client-side. Your tokens never leave your browser.