authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
177 stars 104 forks source link

Request face id authentication every time open the storage #72

Closed emanuelemarchesotti closed 2 years ago

emanuelemarchesotti commented 2 years ago

Hello, I have problem with biometric_storage plugin. On ios 15.5 the first time that open the biometric storage i use the face id, but the second time the biometric storage is already open and i can't use the face id again. I tried to set "authenticationValidityDurationSeconds" parameter to: -1 (default value), 0 and 1 but the result doesn't change.

Thanks in advance

hpoul commented 2 years ago

Hard to guess what you mean, but sounds like

emanuelemarchesotti commented 2 years ago

Yes, it's the same problem. Sorry I didn't see that there was another issue open. I will wait for the next update. Thank you

abdallah-odeh commented 1 year ago

Closed as completed? is the issue solved?