oblador / react-native-keychain

:key: Keychain Access for React Native
MIT License
3.12k stars 515 forks source link

[Android] support for non biometric authentication #614

Open juan-cortes opened 8 months ago

juan-cortes commented 8 months ago

I've been trying to get Android passcode authentication to work but after delving a bit into the code-base it would seem that the only supported form of authentication is biometrics for Android. If biometrics auth is not available or isn't the selected option it falls back to non-interactive authentication which I assume is the reason why I'm getting no prompt at all.

Can someone confirm this for me before I start a fork that supports this? The two notes on access control are not really clear to me, thanks.

clauderobi commented 5 months ago

I up vote!!

lwin-kyaw commented 2 months ago

Are there any updates on this?