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

How do you use biometric sensors? #216

Open
JoseCarlosBran opened this issue Mar 17, 2022 · 4 comments
Open

How do you use biometric sensors? #216

JoseCarlosBran opened this issue Mar 17, 2022 · 4 comments

Comments

@JoseCarlosBran
Copy link

Sorry for the interruption, I have a question that hasn't let me sleep, I don't need to authenticate the user, I just want to be able to obtain the fingerprint through the sensor.

I have tried to do it, but I have not been able to fully understand how to access it, from what I understood, android only exposes the authentication services and the fingerprint information is handled in the exclusion zone.

My question is, do you have any ideas on how I can get the fingerprint of the user so I can use it later?

If you don't have an answer to my previous question, can you explain to me in broad terms how you handle user authentication? Do you only use android services or can you control the sensor directly with your plugin?

@smsissuechecker
Copy link

Hi @JoseCarlosBran,

I'm the friendly issue checker.
It seems like (100.00 %) you haven't used our issue template 😢 I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message.
But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

@smstuebe
Copy link
Owner

The mobile OS don't give you control over the fingerprints directly, because it's very sensitive data. This information is usually stored in a secured hardware enclave. So I think even the OS can't read this data. Only write and delete.

@bricefriha
Copy link

Hi @JoseCarlosBran,

I'm the friendly issue checker. It seems like (100.00 %) you haven't used our issue template 😢 I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message. But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

Maybe It would be interesting to create a discussion section so people can ask away their questions don't you think? 🙂

@smstuebe
Copy link
Owner

Maybe It would be interesting to create a discussion section so people can ask away their questions don't you think? 🙂

done.

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

No branches or pull requests

4 participants