X Tutup
Skip to content

Add Algorithm KeyProvider interface#149

Merged
lbalmaceda merged 3 commits intomasterfrom
add-key-provider
Mar 14, 2017
Merged

Add Algorithm KeyProvider interface#149
lbalmaceda merged 3 commits intomasterfrom
add-key-provider

Conversation

@lbalmaceda
Copy link
Copy Markdown
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.

2 participants

X Tutup