mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
chore(core): increase sso oidc token iat tolerance (#5074)
chore(core): increase sso oidc token iat tolerence increase sso oidc token iat tolerence
This commit is contained in:
parent
531c59068d
commit
7310e4289f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ export const fetchToken = async (
|
|||
}
|
||||
};
|
||||
|
||||
const issuedAtTimeTolerance = 60;
|
||||
const issuedAtTimeTolerance = 600; // 10 minutes
|
||||
|
||||
export const getIdTokenClaims = async (
|
||||
idToken: string,
|
||||
|
|
Loading…
Add table
Reference in a new issue