Decode JWT tokens and inspect headers, payloads, and signatures instantly. Verify token authenticity using HMAC algorithms (HS256, HS384, HS512) or RSA algorithms (RS256, RS384, RS512). Essential for API authentication debugging and token validation.
{ "alg": "...", "typ": "JWT" }
{ "sub": "...", "iat": ... }