mozilla / authenticator-rs

Rust library to interact with Security Keys, used by Firefox
https://crates.io/crates/authenticator
Mozilla Public License 2.0
275 stars 72 forks source link

Some fixes for interactive management #301

Closed msirringhaus closed 1 year ago

msirringhaus commented 1 year ago
  1. Fix typo
  2. Allow deserializing PublicKeyCredentialDescriptor from JSON and CBOR, instead of only CBOR.
  3. Automatically clear cached PUAT and try getting a new one (e.g.: when doing a few BioEnrollment-operations and then do CredentialManagement-operations).
jschanck commented 1 year ago

Thanks!