All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow PEM certificates to be read as public keys (#19)
- 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)
- Allow string or array
aud
claims (previously just allowed stringaud
) (#13)
- Spurious assertion that any empty claim key
""
must have a string value