JWT Inspector

JWT Inspector - Debugger & Decoder | iTechVista
iTechVista JWT Inspector
Token Input
Parsed Visualization
Waiting for token...
Decoded Payload
HEADER: Algorithm & Token Type
{}
PAYLOAD: Data
{}
VERIFY SIGNATURE
HMACSHA256( base64UrlEncode(header) + "." + base64UrlEncode(payload), your-256-bit-secret )
Knowledge Base
© iTechVista. The JWT Inspector is a client-side debugging tool. Keys are never sent to a server.