Releases: maximbaz/yubikey-touch-detector
Releases · maximbaz/yubikey-touch-detector
1.8.1
1.8.0
1.7.1
1.7.0
✅ Implement proper U2F/FIDO2 support by reading HID devices
Kudos to @FFY00 for coming up with this idea, studying FIDO spec, figuring out how to actually do all this, and spending time with me teaching me the basics of HID protocol and interaction with devices in Linux!
Huge thank you!! 🎉
With this release, U2F/FIDO2 becomes the first protocol where detecting touch requests doesn't rely on a ton of weird hacks 🙂
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
- Reimplement U2F detector to support more use-cases
- This removes dependency on
pam-u2f
(the tool is watching now on the device directly) and thus makes it possible to detect more U2F use-cases, e.g. WebAuthN in browsers. - Options
--u2f-authpending-path
andYUBIKEY_TOUCH_DETECTOR_U2F_AUTHPENDING_PATH
are removed and have no effect now.
- This removes dependency on