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
Normally when I need to get a service level access token from Google I need to make a request to google to swap the JWT with an access token. I usually store this in something like workers KV and since the token expires every hour I only need to hit this endpoint once every hour and the rest of the time I use the one in the KV cache.
This lib doesn't accept a way to pass in a KV binding which makes me wonder, is it making the external request for every single request by every user?
The text was updated successfully, but these errors were encountered:
Normally when I need to get a service level access token from Google I need to make a request to google to swap the JWT with an access token. I usually store this in something like workers KV and since the token expires every hour I only need to hit this endpoint once every hour and the rest of the time I use the one in the KV cache.
This lib doesn't accept a way to pass in a KV binding which makes me wonder, is it making the external request for every single request by every user?
The text was updated successfully, but these errors were encountered: