-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 parent
36f8989
commit 7c2723f
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters