I got an issue about implementing the login system that supports fingerprint recognition on a website for mobile phones, but I got stuck because I can't find any way to access customers' fingerprint sensor devices on their phones. I have searched on the Internet but it's hazy on this topic, it seems that there's no certain solution. Is it possible to implement it on a website?
By the way, my project is used Blazor with.NET6 as our programing language.
There are services that can help you to integrate Biometric authentication without having to deal with all the possible scenarios, devices, and use cases - that are quite a lot.
I'd recommend you to check this passwordless authentication service - which has a free program that allows you 10k authentication per month.