Packages

WebAuthnLite is W3C Web Authentication API (a.k.a. WebAuthN / FIDO 2.0) RP library in Elixir.

Current section

Files

Jump to
web_authn_lite CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.6.0 (2024-05-09)
* Update AAGUID json file for passkeys
## 0.5.0 (2023-12-04)
* Use external CBOR library
* Add handling of ED flags (thanks to k-asm)
## 0.4.0 (2023-09-29)
* Support BE, BS flags
## 0.3.0 (2023-09-28)
* Update aaguid handling
## 0.2.1 (2022-06-30)
* Fixed encoding problem in public key generation (thanks to @tashirosota)
## 0.1.5 (2022-06-30)
* Fix Signature Counter handling logic
## 0.1.4 (2022-03-09)
* Replaces traves to actions and upgrades supported versions. (thanks to @tashirosota)
## 0.1.3 (2018-12-11)
* Return StorablePublicKey object on register/authenticate operations
## 0.1.2 (2018-12-11)
* Add more validation for authenticator data
## 0.1.1 (2018-12-10)
* Fix CBOR decoder for empty map
## 0.1.0 (2018-12-10)
* Initial Release
* TODO
* Handling attestation statement