Decode and inspect JWT (JSON Web Token) claims
JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. JWTs consist of three parts: Header, Payload, and Signature, separated by dots (.).
Note: This tool only decodes the token. It does NOT verify the signature. Never paste sensitive tokens on untrusted tools.