pinentry-touchid icon indicating copy to clipboard operation
pinentry-touchid copied to clipboard

Apple Watch support for devices without Touch ID

Open jorgelbg opened this issue 3 years ago • 1 comments

I'm not sure about this, but I will put it here just to keep track of the issue:

It would be nice to support devices without Touch ID by using the Apple Watch instead of Touch ID. My 2015 Macbook pro does this for a few different scenarios.

jorgelbg avatar Jul 20 '21 12:07 jorgelbg

@jorgelbg: That should be pretty simple. Regarding the documentation you have to change LAPolicyDeviceOwnerAuthenticationWithBiometrics to LAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch in the package touchid. I stumbled across your repository as i am currently developing touchid for a password manager cli

Rednox avatar Feb 06 '22 20:02 Rednox