Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@rib rib released this 20 Dec 20:32
· 4 commits to master since this release

Added

  • Allow PEM certificates to be read as public keys (#19)

Changed

  • A verifier with no associated kid will allow any token kid (like a wildcard) instead of requiring there to be no kid. This is a fix that's consistent with the original API documentation (#18)

New Contributors