Workflow
Inspect a JWT token
Decode token claims, inspect base64 payloads, and convert expiry timestamps.
Start workflowWorkflow steps
Step 1 · developer
JWT Decoder
Inspect JWT header and payload (signature not verified).
Open tool →Step 2 · network
Base64 Encode/Decode
Convert UTF-8 text to and from Base64.
Open tool →Step 3 · network
Timestamp Converter
Convert Unix time and ISO-8601 with time zones.
Open tool →