AltraTools

JWT Expiration Checker

Check if your JWT token is expired with a visual timeline

JWT Time Claims Explained

iat (Issued At)

When the token was created. Used to determine token age.

exp (Expiration)

When the token expires. After this time, the token is invalid.

nbf (Not Before)

Token is not valid before this time. Rarely used.