What is JSON Web Token?
A JSON Web Token is a compact, URL-safe token carrying JSON claims in three Base64url segments: header, payload and signature. The payload is signed, not encrypted, so anyone holding the token can read it.
Also written as RFC 7519
Primary sources
Specifications cited by the tools below whose own titles define JSON Web Token.
3 tools that work with JSON Web Token
Files never leave your browser.
Related terms
Terms that appear alongside JSON Web Token on the same tools.