JWT Decoder & Token Inspector
Decode and inspect JSON Web Tokens (JWT) payload, header, claims, and expiry in real-time.
Select Sample Token or Custom Input
JSON Web Token (JWT) Inspector & Decoder
100% in-browser cryptographic inspection of header algorithm, claims payload, and expiration
Algorithm
HS256
Issued At
Thu, 18 Jan 2018 01:30:22 GMT
Expiration
Wed, 18 May 2033 03:33:20 GMT
Decoded Header
{
"alg": "HS256",
"typ": "JWT"
}Decoded Payload (Claims)
{
"sub": "1234567890",
"name": "John Doe",
"admin": true,
"iat": 1516239022,
"exp": 2000000000
}Related Developer Tools
Diff Checker
Compare two text, code, or configuration files side-by-side with line-by-line and word-level diff highlighting.
Universal Code Formatter
Format, beautify, and indent code for JavaScript, TypeScript, Python, C, C++, Java, C#, SQL, HTML, CSS, XML, YAML, and Markdown.
JSON Formatter & Validator
Format, pretty-print, validate, sort keys, and minify JSON data with exact error line numbers.
XML Formatter & Validator
Pretty-print, minify, clean, and validate XML documents with indentation and tree hierarchy.