mozilla / authenticator-rs

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

Remove legacy_register and legacy_sign #307

Closed jschanck closed 1 year ago

jschanck commented 1 year ago

We had been keeping the legacy_register and legacy_sign functions around because of Firefox Bugs 1846836 and 1824811. Those are resolved, so we can remove the legacy functions.

This patch preserves the ability to disable CTAP2 support through Firefox's security.webauthn.ctap2 pref.