Skip to content
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

Android: Don't allow simultaneous biometric authentications #253

Closed
hvge opened this issue Oct 25, 2019 · 0 comments
Closed

Android: Don't allow simultaneous biometric authentications #253

hvge opened this issue Oct 25, 2019 · 0 comments

Comments

@hvge
Copy link
Member

hvge commented Oct 25, 2019

We should ensure that only one biometric authentication request at the time is allowed. The parallel authentication requests should end with "cancel" result. We have following reasons for the change:

  • On Android 9, the result from biometric prompt may be delayed, with no presented system UI, so the user may tap multiple times on the same button.
  • Faulty application may produce a multiple authentication requests.

Feature will be implemented in 1.2.x and upcoming 1.3.x branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant