Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip verification of JWT's iat claim
Client clock skew can lead to invalid JWTs resulting the the following error during login: ``` nextstrain.cli.aws.cognito.TokenError: ImmatureSignatureError: The token is not yet valid (iat) ```` See <#307> and the (internal) Slack thread <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1719286802460679> for discussion about whether iat timestamps ahead of the current clock are actually invalid JWTs.
- Loading branch information