Adding Fingerprint Or Face Recognition To Your .NET MAUI App

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 64

  • @jfversluis
    @jfversluis  5 หลายเดือนก่อน +4

    Want to build your own plugin? Just a matter of minutes with this video th-cam.com/video/ZCQrlGT7MhI/w-d-xo.html

  • @bity-bite
    @bity-bite 5 หลายเดือนก่อน +23

    We need a serverside push notification video for MAUI 😊

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +2

      Will Azure Notification Hub work?

    • @adrianromero2815
      @adrianromero2815 หลายเดือนก่อน

      @@jfversluis yes please !

    • @kiwicodes
      @kiwicodes 10 วันที่ผ่านมา

      @@jfversluis Yes please

  • @rostadeveloper
    @rostadeveloper 5 หลายเดือนก่อน +11

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

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +2

      Oops I hoped no one would have noticed that I asked before 🫣

    • @tanakamawere
      @tanakamawere 5 หลายเดือนก่อน

      Same

  • @theshiva5020
    @theshiva5020 5 หลายเดือนก่อน +3

    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.

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      Under the hood this still uses native Android (and iOS) of course. This plugin is someone that did the work for you to make it easy to use with .NET MAUI :)

  • @hugovazquez5628
    @hugovazquez5628 5 หลายเดือนก่อน +5

    I want a video about cancellation tokens please

  • @christianzaragoza7575
    @christianzaragoza7575 3 หลายเดือนก่อน

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

  • @davidpccode
    @davidpccode 4 หลายเดือนก่อน +1

    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?

    • @TheFabulousCube
      @TheFabulousCube 3 หลายเดือนก่อน

      This is what we do, too! I don't have a work item for the biometrics, but "It's a demo, I can do what I want"
      (Not really *anything* I want, but I'll try to sneak it in if I can!)

  • @ricardoalejandroescalantem8217
    @ricardoalejandroescalantem8217 5 หลายเดือนก่อน +1

    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.😀

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      Glad you still enjoyed watching it! At least now you know it exists for when you do need it 😉 thanks for being a fan!

    • @oscar_urp
      @oscar_urp 2 หลายเดือนก่อน

      Me llamo mucho la atención un comentario en español jeje, igual soy de León GTO, y estamos en las mismas, no lo necesito de momento, pero nunca esta demás saber como hacerlo

  • @ScottLaFoy
    @ScottLaFoy 3 หลายเดือนก่อน

    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.

    • @jfversluis
      @jfversluis  3 หลายเดือนก่อน

      Thanks!
      1 I don’t think that’s possible so you’ll need to do it on the Mac directly or a physical device.
      2 not sure. I dot think you can on iOS there you might need to detect the device and know if it has Face ID or Touch ID

  • @_rushas
    @_rushas 5 หลายเดือนก่อน

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

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      Thank you!

  • @michaloplt3351
    @michaloplt3351 5 หลายเดือนก่อน

    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?

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      Using it with MVVM would require you to use it with dependency injection if you want to do it properly, but there is nothing stopping you from also using the static implementation there. All the rest of the code basically remains the same; whenever you want to secure something, call authentication first.

  • @rianbello5445
    @rianbello5445 5 หลายเดือนก่อน

    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.

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      You can absolutely also use this in a Blazer Hybrid app!

  • @Leodinc
    @Leodinc 5 หลายเดือนก่อน

    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?

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      Yep! github.com/FreakyAli/Plugin.Maui.Biometric/wiki/Enums#biometrichwstatus

  • @DeepWorksStudios
    @DeepWorksStudios 5 หลายเดือนก่อน

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

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      A video is never far away 😉 thanks for watching!

  • @jerryrichards9613
    @jerryrichards9613 5 หลายเดือนก่อน

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

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      Good luck implementing it!

  • @JAVASCRIPT-mv3se
    @JAVASCRIPT-mv3se 5 หลายเดือนก่อน +1

    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 ❤ 😊

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      Watch the video and you’ll know the answer!

  • @abughagha9124
    @abughagha9124 5 หลายเดือนก่อน

    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 😊🙏🏻

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      Check out github.com/oscoreio/Maui.Biometric

  • @Kaa1o
    @Kaa1o 5 หลายเดือนก่อน

    Hello, I downloaded the test application from your repository and it works great authenticating using your finger. But face authentication isn't working. The phone I use for the tests is a Xiaomi Mi M9T that allows biometrics using the finger and face. You could make a demo version available using facial biometrics. Grateful

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      Works fine here with a Google Pixel 8! You might want to report a bug on the repository of the plugin

  • @gabrielwembi808
    @gabrielwembi808 5 หลายเดือนก่อน

    Thanks
    You're a life saver ❤️

  • @paulvanlochem5668
    @paulvanlochem5668 3 หลายเดือนก่อน

    Thx again, please make a video about cancelation token :-)

    • @jfversluis
      @jfversluis  3 หลายเดือนก่อน

      Thanks Paul! Will finally do 😂

  • @hermanreyes2400
    @hermanreyes2400 5 หลายเดือนก่อน

    is this plugin compatible with .net 7? and also make a video using vs for Mac. I don't have Mac, I just want to know how it works with macOS. thanks

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +1

      You’ll have to check the NuGet page for that. Also .NET 7 for .NET MAUI is out of support so you probably want to update to .NET 8 anyway

    • @hermanreyes2400
      @hermanreyes2400 5 หลายเดือนก่อน

      @@jfversluis Thanks for the reply. I will be looking forward to watch the finger and face plugin for Mac (iOS). thanks

  • @prithaguha3464
    @prithaguha3464 5 หลายเดือนก่อน

    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

    • @SuperGulamali
      @SuperGulamali 4 หลายเดือนก่อน

      The Plugin you seee in this video has a pre-release version that let's you check this with a new method i have added

  • @deaasaleh3613
    @deaasaleh3613 5 หลายเดือนก่อน

    Great video 👍
    I have to try it

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      Let me know how it goes!

  • @PrasadSampangi-gz6ty
    @PrasadSampangi-gz6ty 5 หลายเดือนก่อน

    Can you please explain how to add face recognition in android it is accepting only fingerprint and alternates but not Face id.

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      I think that depends on what is configured on the device. I was able to make it work with both fingerprint and face on Android

  • @pratham_dev
    @pratham_dev 5 หลายเดือนก่อน

    Hi Gerald, Can we have a video on how to create project environments in Maui ?

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      What do you mean by project environments?

    • @pratham_dev
      @pratham_dev 5 หลายเดือนก่อน

      @@jfversluis I mean Project Configuration like Debug and Release. How can I create different configurations like Debug-Dev and Release-Dev,etc ?

  • @XELTRA1
    @XELTRA1 4 หลายเดือนก่อน

    if i want use face recognition not fingerprint, which source code i have to chaged??

    • @jfversluis
      @jfversluis  4 หลายเดือนก่อน

      You probably don't want to do that as not all devices have it. The best coverage is to do both! And to be honest I'm not even sure if you can specifically say you only want face recognition.

  • @enricoroselino7557
    @enricoroselino7557 5 หลายเดือนก่อน

    windows pc is healthy again !

  • @josedonizeteoliveirajunior1744
    @josedonizeteoliveirajunior1744 5 หลายเดือนก่อน

    another excellent video

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน

      Appreciate it, thank you!

  • @rdg-Tech
    @rdg-Tech 5 หลายเดือนก่อน

    we need a video how to connect one rest api on local host net maui using nrock

    • @jfversluis
      @jfversluis  5 หลายเดือนก่อน +2

      Access Localhost From the Internet Using Ngrok
      th-cam.com/video/QGgH8V2baFk/w-d-xo.html
      And
      Connect Any Client, Anywhere to localhost with Visual Studio Dev Tunnels!
      th-cam.com/video/azuC8SFHWp8/w-d-xo.html

    • @TheFabulousCube
      @TheFabulousCube 3 หลายเดือนก่อน

      @@jfversluis I use the second one at work, it's perfect for what we needed for a POC backend that hasn't been deployed yet!