https://github.com/biscuitehh/pam-watchid
PAM plugin module that allows the Apple Watch to be used for authentication
https://github.com/biscuitehh/pam-watchid
Last synced: 16 days ago
JSON representation
PAM plugin module that allows the Apple Watch to be used for authentication
- Host: GitHub
- URL: https://github.com/biscuitehh/pam-watchid
- Owner: biscuitehh
- License: unlicense
- Fork: true (Reflejo/pam-touchID)
- Created: 2019-06-18T00:07:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T13:07:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T15:47:55.209Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 1.23 MB
- Stars: 711
- Watchers: 24
- Forks: 67
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - biscuitehh/pam-watchid - PAM plugin module that allows the Apple Watch to be used for authentication (Swift)
README
PAM WatchID
-----------
A PAM plugin for authenticating using the new kLAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch API in macOS 10.15, written in Swift.
Installation
------------1. `$ sudo make install`
2. Edit `/etc/pam.d/sudo` to include as the first line: `auth sufficient pam_watchid.so "reason=execute a command as root"`_Note that you might have other `auth`, don't remove them._