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

Add StatusUpdate::PresenceRequired #264

Closed jschanck closed 1 year ago

jschanck commented 1 year ago

StatusUpdate::PresenceRequired signals to the application that it's time to show a "Touch your security key" prompt. Previously, in Firefox, we showed those prompts upon receiving StatusUpdate::DeviceSelected(..), which would sometimes cause the "Touch your security key" prompt to be shown briefly before being overridden by a PIN/UV prompt.