This tool displays readable Header and Payload data without sending or storing it.
LOCAL JWT READER
JWT Parser
Read JWT headers, payloads, and time claims locally
All input is processed in this browser and is never sent to a server or written to local storage.
Time claims
Paste a JWT to begin.
Maximum 20,000 characters; requires three non-empty segments, canonical unpadded Base64URL, and UTF-8 JSON objects.
JWT
Usage and safety notes
iat、nbf and exp are shown as NumericDate seconds and depend on the current device time.
Attackers can forge readable content. Authorization requires full signature and claim validation on a trusted server.