Adding Fingerprint Or Face Recognition To Your .NET MAUI App

preview_player
Показать описание

With Plugin.Maui.Biometric you can add biometric authentication to your .NET MAUI app in minutes. Whether you want to use Face ID, Touch ID or fingerprint and face authentication on Android, it's all supported and super easy to add, just a few lines of code.

💝 Join this channel to get access to perks:

Disclaimer: this channel is done on personal title, in my free time, and not officially affiliated with or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.

🔗 Links

⏱ Timestamps
00:00 - Fingerprint and Face Verification in .NET MAUI
00:14 - What is Biometric Verification?
00:58 - Can I Access Fingerprint or Face Data?
02:12 - Install Plugin.Maui.Biometric NuGet
04:00 - Setup Android & iOS Permissions
05:55 - Use with Dependency Injection
07:23 - Implement Biometric Verification with Static Usage
12:12 - Possible Implementation Scenarios
13:23 - Testing Fingerprint Functionality with Android Emulator
16:41 - Build Your Own Plugin? Check This!

🎥 Video edited with DaVinci Resolve

🙋‍♂️ Also find my...

#dotnetmaui #biometricauthentication #fingerprint #security #ios #android #faceid #touchid
Рекомендации по теме
Комментарии
Автор

We need a serverside push notification video for MAUI 😊

bity-bite
Автор

Thanks for the fantastic video dude! I'm just getting started with MAUI off the back of decades working with ASP4+VBS (10yrs) and then ASP.NET+C# (10yrs). So the jump to MAUI is pretty big but I'm finding your videos very handy during this crazy project. Keep up the excellent work!

dalewalford
Автор

this is the exact this I was searching on the internet yesterday, I thought MAUI won't make this, I need to use Native Android, but Thanks Man.

theshiva
Автор

Please, make a video dedicated for cancellation tokens! ^^
I am waiting for it 6 months.. 😂

rostadeveloper
Автор

I want a video about cancellation tokens please

hugovazquez
Автор

Excelente amigo Gerald !! Aunque no lo necesito por el momento, hace tiempo me preguntaba como hacerlo y que bueno saberlo antes de necesitarlo Saludos desde León Gto Méx.😀

ricardoalejandroescalantem
Автор

Excelente aporte @jfversluis, consulta, hay posibilidad de agregar huellas desde una app windows y se puedan verificar desde una app android? Muchas gracias.

christianzaragoza
Автор

Hi dear!! Tks for this amazing video. One question. In real life we need to retrieve som access-token o api keys. How do you manage this scenario for example a login oaut page that return an accesstoken how to bind this?

davidpccode
Автор

Great video. Is there a way to detect a fingerprint change scenario? For example, if another fingerprint is registered later, how can this be detected?

dushanmadushanka
Автор

im curious on how to implement automatic user login with just face id without username/email and password. some apps i use seem to be able to do it when i reinstall the app.

realivanjx
Автор

Great video. Also, would like to watch more about Cancellation Tokens.

_rushas
Автор

Hello Gerald, thanks for the video!

How should it be properly used in the MVVM pattern? Where is the correct location to put the authentication in?

michaloplt
Автор

Thank you for the video. Exactly what I need. I am a little concerned about the number of Xamarin dependencies.

jerryrichards
Автор

Thank you for your video, it was helpful. I have 2 questions.

1 How can I use face id from the windows iOS simulator? I have been looking for a while and can not find it.

2 Is there a way to tell if the device has fingerprint or face id sensors so I can customize the text on the button? I don't want to ask a fingerprint user to log in with face id.

ScottLaFoy
Автор

Hi Gerald, great video and very useful information. I haven't tried it yet, but can I use this for my Blazor Hybrid App? Thanks for your time and kindness in sharing knowledge with us.

rianbello
Автор

Very cool! Is it possible to check whether a device has the biometric functionalities and only if so use this plugin? I would like to implement this into an application but i'm not sure every user has biometric available on his device, and my fear is that these user will always see the fail popup... Any ideas?

Leodinc
Автор

Awesome thanks for creating this video. I was looking for something like this for a long time :)

DeepWorksStudios
Автор

Hi Bro, it's possible to fetch a biometric ID (like a fingerprint or face ID) and store it in a database (If Yes then How?). Thanks for this great Video ❤ 😊

JAVASCRIPT-mvse
Автор

Does it work on maui app targetting windows as well? If so, I'll be waiting for your incoming video of its implementation for windows 😊🙏🏻

abughagha
Автор

Hey I am a MAUI developer, working on biometrics functionality. I want to check if any fingerprint is added in the device Biometrics section. Is there any way to bifurcate that user has added face scan or fingerprint scan as biometrics for Maui Android
I was trying to use Fingerprint Manager's Enrolled fingerprints but it seems to be deprecated

prithaguha