JWT Decoder
Decode and inspect JSON Web Tokens. Your tokens never leave your browser.
About JWT Tokens
JSON Web Tokens (JWT) are a compact, URL-safe way to represent claims between two parties. They consist of a header, payload, and signature separated by dots.