macos-touchid
Native module for working with macOS Local Authentication (eg. TouchID)
Usage
var touchid = if touchid === false throw 'No authentication method available' touchid
API
const bool = touchid.canAuthenticate()
Check if authentication is available
touchid.authenticate(reason, cb(err, bool))
Attempt to authenticate
Install
npm install macos-touchid