Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T13:07:08.000Z (over 1 year ago)
- Last Synced: 2024-07-10T18:17:14.289Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 1.23 MB
- Stars: 711
- Watchers: 24
- Forks: 66
- 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.![](demo.gif)
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._