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
authenticate_request seem to fetch the jwks repeatedly (function fetch_jwks) to find the right public key.
is it possible to have this cache the public key instead of doing network calls on every authenticate request call?
We use authenticate_request as part of our authentication middleware so every API call will trigger this.
The text was updated successfully, but these errors were encountered:
authenticate_request
seem to fetch the jwks repeatedly (functionfetch_jwks
) to find the right public key.is it possible to have this cache the public key instead of doing network calls on every authenticate request call?
We use
authenticate_request
as part of our authentication middleware so every API call will trigger this.The text was updated successfully, but these errors were encountered: