JWT Decoder

Decode and inspect JSON Web Tokens

JWT Token

Examples:
HEADER ALGORITHM & TOKEN TYPE
// Decoded header will appear here
PAYLOAD DATA
// Decoded payload will appear here
SIGNATURE VERIFICATION
// Signature will appear here