sjhoeksma / cordova-plugin-keychain-touch-id

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

Saving password does not require touch authentication on iOS #18

Open rhartvig opened 7 years ago

rhartvig commented 7 years ago

When saving a password on iOS, the user is not prompted to input fingerprint. This behaviour is different from Android, where the save causes a fingerprint prompt. Is this as intended?

I realise we may achieve the fingerprint prompt by calling verify after save, but the inconsistency between the platforms could be conceived as an issue. Also, could this be a security consideration?

Thanks for your work on this plugin - it is greatly appreciated.