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
1 Answer
Reset to default 2Check 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.