Releases: rib/jsonwebtokens
Releases · rib/jsonwebtokens
1.2.0
Added
- Allow PEM certificates to be read as public keys (#19)
Changed
- A verifier with no associated
kid
will allow any tokenkid
(like a wildcard) instead of requiring there to be nokid
. This is a fix that's consistent with the original API documentation (#18)
New Contributors
- @Alexey-N-Chernyshov made their first contribution in #18