We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a64828 commit efab13aCopy full SHA for efab13a
packages/toolbox-core/src/toolbox_core/auth_methods.py
@@ -72,7 +72,7 @@ def _update_cache(new_token: str) -> None:
72
# signature and claims against Google's public keys.
73
# It's a synchronous, CPU-bound operation, safe for async contexts.
74
claims = id_token.verify_oauth2_token(
75
- new_token, Request(), clock_skew_in_seconds=60
+ new_token, Request(), clock_skew_in_seconds=10
76
)
77
78
expiry_timestamp = claims.get("exp")
0 commit comments