node-mac-auth icon indicating copy to clipboard operation
node-mac-auth copied to clipboard

handle and query for biometric auth on macOS!

Results 5 node-mac-auth issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I was trying to use the `reuseDuration` option, but it has no effect. (ie: by launching the same `index.js` twice in a row) Does the process that has requested...

bug

Hello, Can you add TypeScript typings and publish them to the npmjs repo? Here are the typings: ``` declare module 'node-mac-auth' { export function promptTouchID(params: { reason: string; reuseDuration?: number...

Hello, Thanks for this project, would you be able to release a new version with the updated dependencies? Thanks!

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

I often move my MacBook between use with lid open (when in a meeting) and use with lid closed (when at my desk). Touch ID is only available when my...

enhancement