mozilla / authenticator-rs

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

Call callback from a central place when determining puap. #288

Closed msirringhaus closed 1 year ago

msirringhaus commented 1 year ago

As discussed in the previous PR: Returning the error now from determine_puap_if_needed() and using unwrap_result!() in all places this is called.