最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Node.js library for fingerprint scanning - Stack Overflow

programmeradmin6浏览0评论

I am building an application using node.js and angular .i have to scan fingerprints of users and save them. But still i found nothing about node.js fingerprint scanning library. If anyone know how to integrate this functionality please guide me

I am building an application using node.js and angular .i have to scan fingerprints of users and save them. But still i found nothing about node.js fingerprint scanning library. If anyone know how to integrate this functionality please guide me

Share Improve this question asked Jul 28, 2018 at 14:23 salmanbaosalmanbao 671 gold badge1 silver badge5 bronze badges 4
  • 3 What fingerprint scanner hardware are you using? – AKX Commented Jul 28, 2018 at 14:23
  • I don't think you're going to find a "Node.js fingerprint scanning library." You're going to find appropriate hardware that has some way to access the data on the web (i.e. the manufacturer provides a cloud dashboard with API endpoints that the data uploads to). In this scenario, Node would only e into the picture when you hit those endpoints and receive the data, at which point you could process them however you like. – 223seneca Commented Jul 28, 2018 at 14:28
  • Possible duplicate of How can I get data from a fingerprint scanner in to a NodeJS application? – t.niese Commented Jul 28, 2018 at 15:22
  • How can I get data from a fingerprint scanner in to a NodeJS application? -> This question was removed from Stack Overflow for reasons of moderation. :-( – Inherent Commented Nov 11, 2022 at 19:21
Add a ment  | 

1 Answer 1

Reset to default 2

Check out WebAuthn it is still not well supported because it's very new but it's there. From what i gather it will enable biometric signins and signups. Here are some useful links:

https://www.w3/TR/webauthn/

https://developers.google./web/updates/2018/05/webauthn

And here is a demo:

https://webauthndemo.appspot./https://webauthndemo.appspot./

Click register new credential and it will ask for user touch.

发布评论

评论列表(0)

  1. 暂无评论