The user gesture prompt causes wpt tests to hang. We already support CTAP virtual authenticators with transport=usb, this bug should add support for the nfc and ble transports.
<rdar://problem/91300515>
Created attachment 456724 [details] Patch
Comment on attachment 456724 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456724&action=review This seems fine as long as we don't mis-advertise support to relying parties. Can you confirm before landing, please? > Source/WebKit/UIProcess/WebAuthentication/AuthenticatorManager.cpp:67 > + ASSERT_UNUSED(addResult, addResult.isNewEntry); We do not support Ble devices at present -- does allowing this here cause us to mis-state our hardware feature support to actually relying parties (as opposed to the test infrastructure?)
Created attachment 456859 [details] Patch for landing
Committed r292593 (249426@main): <https://commits.webkit.org/249426@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456859 [details].