最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

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

matteradmin7PV0评论

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.

Post a comment

comment list (0)

  1. No comments so far