Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose getAll() publicly on UrlJwkProvider #38

Merged
merged 1 commit into from
Mar 28, 2019
Merged

Conversation

kampka
Copy link
Contributor

@kampka kampka commented Aug 7, 2018

Rational

We have a service that has few users but gets updated often.
This leads to problems with the existing Guava cache provider as users experience cache misses on a regular basis when trying to authenticate. As the Guava cache offloads cache loading to the user request, this leads to poor user experience (slow requests).

Exposing the getAll() function publicly on the JWK provider will allow us to build smarter caches that asynchronously poll all JWKs without offloading the work to the user session.
We expect this will improve usability.

@franzbecker
Copy link

This together with #36 would be very useful for our current project.

@kampka
Copy link
Contributor Author

kampka commented Jan 11, 2019

it's 2019, any chance to get this reviewed this year? :)

@kampka
Copy link
Contributor Author

kampka commented Feb 20, 2019

@lbalmaceda ping

@lbalmaceda lbalmaceda added this to the v0-Next milestone Mar 28, 2019
@lbalmaceda lbalmaceda merged commit 5247f35 into auth0:master Mar 28, 2019
@lbalmaceda lbalmaceda modified the milestones: v0-Next, 0.8.0 Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants