caoimhebyrne / localauthentication-rs

A wrapper for LocalAuthentication.framework in Rust
Apache License 2.0
14 stars 2 forks source link

Calling the Touch ID window in development mode #2

Closed doroved closed 1 year ago

doroved commented 1 year ago

During tests, when I apply the wrong finger, after about 10 tries, the macbook stops bringing up the Touch ID window when I run the script. How to remove this temporary block? Because during development I will often have to invoke the Touch ID window for tests.

caoimhebyrne commented 1 year ago

This is a system limitation, there's nothing we can do about that (even in native Swift apps) unfortunately.