infinum / Android-Goldfinger

Android library to simplify Biometric authentication implementation.
Apache License 2.0
652 stars 73 forks source link

Add support for `BiometricPrompt.Builder.setAllowedAuthenticators` #66

Open stjepanbanek opened 4 years ago

stjepanbanek commented 4 years ago

Currently there is no way to force security level on biometric prompts, which can be a security issue on some projects There is a method in native builder for BiometricPrompt that could be exposed in Goldfinger API

Aksi0m commented 4 years ago

Since this feature is added in Android R and the Android R SDK is still in preview mode I would suggest that we wait with this implementation and prioritise the release of Goldfinger with updated version of androix.biometric (1.0.1)