Decode, inspect, and validate JSON Web Tokens
Paste a JWT token to decode it
Auto-decodes on paste β supports all standard claims
The JWT Decoder parses JSON Web Tokens and shows the decoded header, payload, and signature in a readable format. Paste a token to inspect its claims β issuer, expiry, subject, and scopes β entirely in your browser. It auto-detects tokens on paste, flags expired or not-yet-valid tokens, and warns about insecure algorithms like 'none'.