EddyVerbruggen / cordova-plugin-touch-id

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner!
MIT License
214 stars 72 forks source link

Fixed Touch ID passcode fallback #83

Closed DanielLeushuis closed 2 years ago

DanielLeushuis commented 5 years ago

When using the "verifyFingerprint" on iOS 11/12 the passcode fallback isn't showing when entering a wrong finger print. This pull request uses the LAPolicyDeviceOwnerAuthentication policy to provide the fallback.

When no finger print is used the passcode fallback will also be used. When also the passcode has been disabled due to too many failed attempts the user will be prompted a disabled message with duration.

cmgustavo commented 4 years ago

Are you using another plugin to get it works? Please, update this PR.

batmanbury commented 3 years ago

Would be nice if you could just update this PR @DanielLeushuis