Skip to content

In-memory shared JWKS cache

Pre-release
Pre-release
Compare
Choose a tag to compare
@agis agis released this 23 Dec 08:32
· 40 commits to main since this release
v2.9.0.beta1

This is a bugfix release that fixes the JWKS cache to actually be re-used across incoming requests that the auth middleware processes. Previously, the cache wasn't working as intended after 1123911, since the middleware was always constructing a new SDK instance.

That said, since this is significant change in behavior, make sure to test this release in your development environment before upgrading in production.