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

Added ability to specify Authenticator type on Android systems. #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eblis
Copy link

@eblis eblis commented Nov 2, 2022

This pull request is a little rough around the edges as I'm not very confident with C# and Visual Studio.
Unfortunately I wasn't able to update MonoAndroid to a version that knows about Android API 30 :(

Allows you to specify STRONG (which should be fingerprint) and WEAK (which should be face), but it depends on the device.

This should fix #231 which in turn should allow BitWarden bitwarden/mobile#1902 (and other users) to specify the authenticator to use. And if the device has correctly configured fingerprint to be STRONG and face unlock to be WEAK then the app could select which authentication method to use.

…s you to specify STRONG (which should be fingerprint) and WEAK (which should be face), but it depends on the device.
@dlecan
Copy link

dlecan commented Feb 26, 2023

What's blocking here?
How can I help?

@eblis
Copy link
Author

eblis commented Feb 26, 2023

If you can get this merged that would be great 😄

@dlecan
Copy link

dlecan commented Feb 28, 2023

I'm not working for this project unfortunately

@phillippschmedt
Copy link

Hi. Is this project still active? Are there any plans to merge this PR? Thanks!

@HavenDV
Copy link

HavenDV commented Jan 24, 2024

We are using this as part of the net8 MAUI project and decided to update this project and release the new version as Open-Source: https://github.com/oscoreio/Maui.Biometric
I renamed the project, removed some legacy code, got rid of the use of obsolete api platforms, and introduced the AuthenticationStrength abstraction.

I'll be glad if you do a little review of the new code, because I was mostly inspired by your PR.

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

Successfully merging this pull request may close these issues.

Allow possibility to disable face unlock on Android
4 participants