pam-watchid
pam-watchid copied to clipboard
PAM plugin module that allows the Apple Watch to be used for authentication
`brew install` would be a great addition to this. Thanks!
It seems that Apple Watch authentication for sudo on macOS Sonoma 14.0 is supported out-of-the-box now.. This doesn't need to be installed for it to work. Seems they've also added...
Everytime I updated macOS, the line I added to /etc/pam.d/sudo to enable pam_watchid gets removed.
Merging changes from upstream to get apple silicon M1 compatibility
Added multi arch makefile to build for x86_64 or arm64 (Silicone)
Detect compile target based on `clang -dumpmachine` result. Closes #15 and supersedes #20 (partially, it also contains an update to the `install` target). Resolves #7, resolves #14, resolves #16, and...
I just installed it and the dialog shows up as expected but the apple watch does not react. Do I have to perform another step apart from ticking the checkbox...
Partly taken from upstream in https://github.com/Reflejo/pam-touchID/pull/18. It's necessary to create a universal binary to avoid the following error when a program running in Rosetta invokes sudo: ``` sudo: unable to...