You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this example not be a bit out of date ? Wouldn't it have been a cleaner way to cache functions results to use functools.lru_cache, or even functools.cache since python 3.9?
Here is the code for AUDIENCE, but it would apply for KEY in the same file too:
Would this example not be a bit out of date ? Wouldn't it have been a cleaner way to cache functions results to use
functools.lru_cache
, or evenfunctools.cache
since python 3.9?Here is the code for
AUDIENCE
, but it would apply forKEY
in the same file too:https://github.com/googlecodelabs/user-authentication-with-iap/blob/a077882f979562ed78044e1655d32897a903d059/3-HelloVerifiedUser/auth.py#L37C1-L53C1
The text was updated successfully, but these errors were encountered: