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
The refresh of JWKSs is currently done by always fetching the JWKS from Auth0.
We should evaluate whether to place some caching mechanism, as we did for the tokens fetched from Auth0.
This would allow us to keep working (especially for deploys/scaling) even if Auth0 was down.
On the down side it would add some delay to the propagation of new JWKS.
So far we decided this was not a high priority issue, as JWKS are probably served by a CDN, hence the danger of prolonged downtime should be limited.
The text was updated successfully, but these errors were encountered:
The refresh of JWKSs is currently done by always fetching the JWKS from Auth0.
We should evaluate whether to place some caching mechanism, as we did for the tokens fetched from Auth0.
This would allow us to keep working (especially for deploys/scaling) even if Auth0 was down.
On the down side it would add some delay to the propagation of new JWKS.
So far we decided this was not a high priority issue, as JWKS are probably served by a CDN, hence the danger of prolonged downtime should be limited.
The text was updated successfully, but these errors were encountered: