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

Add Algorithm KeyProvider interface #149

Merged
merged 3 commits into from
Mar 14, 2017
Merged

Add Algorithm KeyProvider interface #149

merged 3 commits into from
Mar 14, 2017

Conversation

lbalmaceda
Copy link
Contributor

A KeyProvider will allow the algorithm to be instantiated without the keys right away, but rather provide them at the time they are needed. This makes easier to use an external provider like this one while keeping the Algorithm and JWTVerifier instance reusable.

Depends on #147

@lbalmaceda lbalmaceda requested a review from hzalaz March 13, 2017 16:41
@lbalmaceda lbalmaceda changed the base branch from accept-both-keys to master March 13, 2017 19:31
@hzalaz hzalaz added this to the v3-Next milestone Mar 13, 2017
@lbalmaceda lbalmaceda merged commit 1f35900 into master Mar 14, 2017
@lbalmaceda lbalmaceda deleted the add-key-provider branch March 14, 2017 16:41
@lbalmaceda lbalmaceda mentioned this pull request Apr 11, 2017
@lbalmaceda lbalmaceda modified the milestones: v3-Next, 3.2.0 May 4, 2017
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.

None yet

2 participants