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

Execution hangs when running in a Macbook Pro without Touch ID #5

Closed jorgelbg closed 3 years ago

jorgelbg commented 3 years ago

I tested running a build of this (from commit 45ffb9786703b38957bdbb24a792363ba9feeb4a) in my 2015 Macbook Pro that lacks the Touch ID sensor and the program just seems to hang when the call to touchid.Authenticate happens.

This is also reproducible when running the sample code from https://github.com/lox/go-touchid/blob/master/cli/main.go.