John Kevlin

Results 4 issues of John Kevlin

In order to get access to the key id in the header for a key lookup, it would be helpful to have access to the parser. Addresses issue #39

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...

The parser is not visible outside of the module. In order to get access to the header.kid (Key ID), It would be nice to have access to the parser. I...