msanders / pam-watchid

PAM plugin module that allows the Apple Watch to be used for authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PAM plugin module that allows the Apple Watch to be used for authentication

License:The Unlicense


Languages

Language:Swift 85.4%Language:Makefile 14.6%