jorgelbg / pinentry-touchid

Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain.
Apache License 2.0
521 stars 23 forks source link

Apple Watch support for devices without Touch ID #4

Open jorgelbg opened 3 years ago

jorgelbg commented 3 years ago

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.

Rednox commented 2 years ago

@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