Changes between Initial Version and Version 2 of Ticket #18426
- Timestamp:
- May 27, 2023, 11:37:32 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18426
- Property Summary FIDO2 support in WebPositive → WebAuthn support in WebPositive
-
Ticket #18426 – Description
initial v2 3 3 Passwordless logins (pure OTP auth) are taking off (removing the password concept from OTP), and we have zero support. As these Webauthn / passwordless services become more widely accepted, users will begin to be unable to login to their favorite web applications from Haiku 4 4 5 * Additional Information: https://en.wikipedia.org/wiki/WebAuthn 5 6 * Additional Information: https://fidoalliance.org/fido2/ 6 7 * WebAuthN: https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API 7 8 * Hardware: https://www.yubico.com/products/yubikey-5-overview/ 8 9 9 Devices like the Yubikey present as USB HID devices, so hardware support should be fairly simple. 10 Devices like the Yubikey present as USB HID devices, so hardware already works today. 11 {{{ 12 1050:0407 /dev/bus/usb/1/2 "Yubico.com" "Yubikey 4/5 OTP+U2F+CCID" ver. 0437 13 }}} 10 14 11 Acceptance is already pretty wideacross browsers:15 Usage is already pretty wide-spread across browsers: 12 16 https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API#browser_compatibility