Currently we refresh on each invalid jwk id on each request on each instance automatically. But as it could be the case that we receive multiple requests at once (which already happens when using the dashboard) we refresh the keyset for each request but would just have to do it once.
Therefore we would have to include a lock in the context or smth to allow jwks refresh each ~10s?
Currently we refresh on each invalid jwk id on each request on each instance automatically. But as it could be the case that we receive multiple requests at once (which already happens when using the dashboard) we refresh the keyset for each request but would just have to do it once.
Therefore we would have to include a lock in the context or smth to allow jwks refresh each ~10s?