Merge 7fd28ea3464725c6434123da488220a53c8901e8 into 59d4287702d5a3b1ccd64c4ff4ed9f87e2fa2a22

This commit is contained in:
Zhiming Guo 2023-04-24 13:00:27 +08:00 committed by GitHub
commit e7022ba332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,7 @@ pub async fn token(
let core_id_token = CoreIdTokenClaims::new(
IssuerUrl::from_url(base_url),
vec![Audience::new(client_id.clone())],
Utc::now() + Duration::seconds(60),
Utc::now() + Duration::hours(6),
Utc::now(),
resolve_claims(
eth_provider,