Skip to content

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

Open
eblis wants to merge 1 commit intosmstuebe:masterfrom
eblis:master
Open

Added ability to specify Authenticator type on Android systems. #232
eblis wants to merge 1 commit intosmstuebe:masterfrom
eblis:master

Conversation

@eblis
Copy link
Copy Markdown

@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
Copy Markdown

dlecan commented Feb 26, 2023

What's blocking here?
How can I help?

@eblis
Copy link
Copy Markdown
Author

eblis commented Feb 26, 2023

If you can get this merged that would be great 😄

@dlecan
Copy link
Copy Markdown

dlecan commented Feb 28, 2023

I'm not working for this project unfortunately

@phillippschmedt
Copy link
Copy Markdown

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

@HavenDV
Copy link
Copy Markdown

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