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

♻️ Cache JWKS for future validation #132

Merged
merged 1 commit into from
Mar 26, 2019
Merged

♻️ Cache JWKS for future validation #132

merged 1 commit into from
Mar 26, 2019

Conversation

dankolbman
Copy link
Contributor

Caches the json encoded key in the cache so that it may be used to validate JWTs without having to be retrieved from auth0 in every request.

Fixes #131

@dankolbman dankolbman added refactor Something needs to be done better bug Something isn't working labels Mar 26, 2019
@dankolbman dankolbman self-assigned this Mar 26, 2019
Copy link
Contributor

@XuTheBunny XuTheBunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@dankolbman dankolbman merged commit 0d32d4b into master Mar 26, 2019
@dankolbman dankolbman deleted the cache-jwks branch March 26, 2019 23:28
@dankolbman dankolbman mentioned this pull request Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor Something needs to be done better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants