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
Token verification methods like verify_token() and verify_firebase_token() doesn't seem to be caching public certs. Is that correct? Do they make an HTTP request (in _fetch_certs()) on each invocation?
This is not necessarily a problem with the above methods, but with the default HTTP transport implementations provided in the library (the requests transport for example).
The text was updated successfully, but these errors were encountered:
Token verification methods like
verify_token()
andverify_firebase_token()
doesn't seem to be caching public certs. Is that correct? Do they make an HTTP request (in_fetch_certs()
) on each invocation?This is not necessarily a problem with the above methods, but with the default HTTP transport implementations provided in the library (the
requests
transport for example).The text was updated successfully, but these errors were encountered: