Paste any JWT token to instantly decode the header, payload, and signature. Check expiry, inspect all claims, and debug auth issues in seconds.
Standard JWT with user ID, name, and issue time. No expiry.
Authentication token with user roles, email, issuer, and expiry.
A JWT that has already passed its expiry time. Good for testing.
JWT signed with RS256, commonly used in OAuth and enterprise flows.