napi addon for that gives the node the ability to authenticate fingerprints on Linux with fprintd. Heavily influenced by the fprintd pam module.
Developed with the end goal of adding fingerprint authentication support to the Linux Bitwarden client. Still WIP
- libsystemd
- cmake-js
npm install node-fprintd
npm install
node-fprintd.h
and node-fprintd.c
can be compiled independently in the off chance that you need a C library to interface with fprintd. When researching this myself, I found very few higher level libraries that provided an abstraction layer on top of using dbus to communicate with fprintd.