Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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._