简体   繁体   English

如何在网站应用程序上实现指纹登录认证

[英]How can I implement fingerprint login authentication on a website application

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.顺便说一句,我的项目使用 Blazor with.NET6 作为我们的编程语言。

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.我建议您检查这个无密码身份验证服务- 它有一个免费程序,允许您每月进行 10k 身份验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何在 Laravel 或 Django 的 Web 应用程序中实现指纹 - How do i implement fingerprint in Web Application in Laravel or Django 如何从指纹扫描仪获取数据到NodeJS应用程序? - How can I get data from a fingerprint scanner in to a NodeJS application? 在哪里可以了解如何为非画布应用程序/网站实现“邀请您的Facebook朋友”对话框? - Where can I learn how to implement an “invite your facebook friends” dialog for a non-canvas application/website? 我怎样才能自动登录到这个网站? - How can I automatically login to this website? 如何确定设备是否可以使用 Javascript 中的 Webauthn 指纹登录? - How to decide if a device can login with Webauthn's fingerprint in Javascript? 如何使用JavaScript实现网站的Twitter登录? - How to implement twitter login for a website using javascript? 如何在vuejs中实现基于角色的身份验证? - How can i implement Role based authentication in vuejs? 如何使用 JavaScript 为网站实现简单的虚拟键盘? - How can I implement a simple virtual keyboard for a website using JavaScript? 如何在 asp.net 网站中实现 SOTag 文本框? - How can I implement SOTag textbox in asp.net website? 如何实现我的 jQuery 代码以在我的网站上工作? - How Can I implement my jQuery code to work on my website?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM