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

Enable Key Lookup #41

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Enable Key Lookup #41

wants to merge 14 commits into from

Conversation

jkevlin2
Copy link

  1. Export Parser.
  2. Have Parser initialize its instance.
  3. Add setSigningKeyId(kid) to Jwt.
  4. Allow Verifier.verify to accept a Jwt in addition to a string token.
  5. Tests for key-lookup, Parser and Verifier.
  6. Edited Readme, to show how a key lookup could be implemented.

@coveralls
Copy link

coveralls commented Dec 25, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 3f55b26 on jkevlin:master into e5ade5a on jwtk:master.

@coveralls
Copy link

coveralls commented Dec 25, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 118a149 on jkevlin:master into e5ade5a on jwtk:master.

@coveralls
Copy link

coveralls commented Dec 25, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 07e14e7 on jkevlin:master into e5ade5a on jwtk:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 07e14e7 on jkevlin:master into e5ade5a on jwtk:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants