https://github.com/onekeyhq/electron-check-biometric-auth-changed
https://github.com/onekeyhq/electron-check-biometric-auth-changed
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onekeyhq/electron-check-biometric-auth-changed
- Owner: OneKeyHQ
- License: mit
- Created: 2025-02-12T02:41:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T15:16:29.000Z (7 months ago)
- Last Synced: 2026-01-15T16:53:53.831Z (7 months ago)
- Language: Objective-C++
- Size: 95.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-check-biometric-auth-changed
A native node module that allows you to query and handle native macOS biometric authentication changes.
This module will have no effect unless there's an app bundle to own it: without one the API will simply appear not to run as a corollary of the way macOS handles native UI APIs.
**Nota Bene:** This module does not nor is it intended to perform process privilege escalation, e.g. allow you to authenticate as an admin user.
## API
### `checkBiometricAuthChanged`
Returns `Boolean` - whether or not the biometric authentication settings have changed since the last check. This includes changes to enrolled fingerprints, Face ID data, or other biometric authentication settings.