Use it when debugging an authentication flow — Auth0, Supabase, Firebase, custom JWT issuers. The decoded payload shows exactly which claims you're sending, which is the fastest way to spot a wrong `aud` or expired `exp`. Alternative: jwt.io is the classic option; this tool runs locally with the same UX, no analytics tracking, and works offline.
Last updated: 2026-04-27