Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
/ pam-watchid Public archive
forked from biscuitehh/pam-watchid

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

License

Notifications You must be signed in to change notification settings

peterkc/pam-watchid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 87.0%
  • Makefile 13.0%