Result stream
What the inspector does
• Splits tokens into header/payload/signature segments. • Base64url decodes header and payload to JSON. • Coerces `exp` claims into UTC timestamps and flags status (valid or expired).
Use it for
• Confirming algorithms (`alg`) before configuring API gateways. • Inspecting claims on tokens captured from mobile/edge devices. • Explaining TTL issues without reaching for Postman.