Check JWT Token Expiration
Check if a JWT token has expired, when it was issued, and how long it remains valid. Instant expiration status check. Free JWT expiration checker.
Часті запитання
What timezone are the timestamps displayed in?
Timestamps are displayed in your browser's local timezone by default. The raw Unix timestamp (seconds since epoch) is also shown so you can verify the exact value. JWT exp and iat claims are always stored as UTC Unix timestamps regardless of where the token was issued.