-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setItem triggers Fingerprint on Android #264
Comments
@mCodex This issue was reported before: #226 Nevertheless, while on iOs everything runs smooth, Android user experience is not that good (like require 2 times the fingerprint because of 1 get and a successive set). To be honest, due these limitations I am thinking about using other packages, 1 for encrypted storage (as using this one without options, valid too) plus 1 for biometric validation that also supports fallback to code and perform the 2 steps logic where required. |
@artola it would be great if we could save into the keystore without having to use the fingerprint. Then the problem of seeing the fingerprint modal two times would be solved. Thanks for your work! |
@mCodex If the library is somehow upgraded for Api level 30 supporting Just after setting the requirement for auth, add the extra options herein: Line 367 in 1575f89
|
Thanks for pointing this out. I totally agree with you thinking about UX is not good. I'd like to fix this, because I'm very concerned about UX stuff. Feel free to open a PR to address this issue in v6 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The following code (from the docs) triggers the fingerprint auth in Android while in iOs does not triggers (correctly) the Face ID.
Using v6 @next
I did expect a validation to retrieve the data, but not to store it for first time. Is it right? what is the expectation?
The text was updated successfully, but these errors were encountered: