PAM plugin module that allows the Apple Watch to be used for authentication
A PAM plugin that allows the Apple Watch to be used for authentication, using the new kLAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch API in macOS 10.15, written in Swift.
A PAM plugin that allows the Apple Watch to be used for authentication, using the new kLAPolicyDeviceOwnerAuthenticationWithBiometricsOrWatch API in macOS 10.15, written in Swift.
To install pam-watchid, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pam-watchid
To see what files were installed by pam-watchid, run:
port contents pam-watchid
To later upgrade pam-watchid, run:
sudo port selfupdate && sudo port upgrade pam-watchid
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.