sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
87 stars 160 forks source link

add new method to obtain biometricType #26

Closed lloydmurray closed 6 years ago

lloydmurray commented 6 years ago

resolves #24

gcollazo commented 6 years ago

Did something similar but with the existing isAvailable method to match https://github.com/EddyVerbruggen/cordova-plugin-touch-id.

My change: https://github.com/aliaspayments/cordova-plugin-keychain-touch-id/commit/a93752d7400931f910bb0d93811ada9dba1d512f

lloydmurray commented 6 years ago

closing - since this has been done another way