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.
0.5.0 - 2025-09-22
- Update
jwtdependency to support both v2 and v3. (#23)
0.4.0 - 2019-12-29
- Root certificate loading when this gem is used as a dependency
- Rename
Statement#certificatestoStatement#certificate_chain
0.3.0 - 2019-12-29
Statement#certificatesexposes the certificate chain used during verificationStatement#verifytakes an optionaltimeargument, defaulting to the current time. This can be used for testing captured statements from real devices without needing stubbing.
0.2.0 - 2019-12-28
- Fixed loading bundled root certificates
0.1.0 - 2019-12-28
- Extracted from webauthn-ruby after discussion with the maintainers. Thanks for the feedback @grzuy and @brauliomartinezlm!