Summary: | [WebAuthn] Support all CTAP transports and remove gesture requirement for virtual authenticators | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | pascoe <pascoe> | ||||||
Component: | WebKit Misc. | Assignee: | pascoe <pascoe> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bfulgham, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
pascoe@apple.com
2022-04-05 10:03:57 PDT
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]. |