RESOLVED FIXED Bug 191527
[WebAuthn] Make CtapHidAuthenticator/U2fHidAuthenticator to CtapAuthenticator/U2fAuthenticator
https://bugs.webkit.org/show_bug.cgi?id=191527
Summary [WebAuthn] Make CtapHidAuthenticator/U2fHidAuthenticator to CtapAuthenticator...
Jiewen Tan
Reported 2018-11-11 18:11:38 PST
Make CtapHidAuthenticator to CtapAuthenticator, and make a ABC for CTAPHidDriver, called CTAPDriver, such that we will have a better polymorphism model for authenticators that uses the same protocol but different transports.
Attachments
Patch (62.46 KB, patch)
2019-08-12 18:51 PDT, Jiewen Tan
no flags
Patch (63.09 KB, patch)
2019-08-12 21:05 PDT, Jiewen Tan
no flags
Patch (63.12 KB, patch)
2019-08-12 21:47 PDT, Jiewen Tan
cdumez: review+
Radar WebKit Bug Importer
Comment 1 2019-08-12 18:43:03 PDT
Jiewen Tan
Comment 2 2019-08-12 18:51:24 PDT
Jiewen Tan
Comment 3 2019-08-12 21:05:05 PDT
Jiewen Tan
Comment 4 2019-08-12 21:47:50 PDT
Jiewen Tan
Comment 5 2019-08-13 11:14:06 PDT
Comment on attachment 376138 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376138&action=review > Source/WebKit/ChangeLog:9 > + This patch makes a ABC CtapDriver, which suffers as an interface for CtapAuthenticator/U2fAuthenticator to use, suffers => services
Chris Dumez
Comment 6 2019-08-13 13:32:41 PDT
Comment on attachment 376138 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376138&action=review >> Source/WebKit/ChangeLog:9 >> + This patch makes a ABC CtapDriver, which suffers as an interface for CtapAuthenticator/U2fAuthenticator to use, > > suffers => services I do not understand this sentence, even after your typo fix.
Jiewen Tan
Comment 7 2019-08-13 13:38:09 PDT
Comment on attachment 376138 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376138&action=review Thanks Chris for r+ this patch. >>> Source/WebKit/ChangeLog:9 >>> + This patch makes a ABC CtapDriver, which suffers as an interface for CtapAuthenticator/U2fAuthenticator to use, >> >> suffers => services > > I do not understand this sentence, even after your typo fix. I would expand the sentence to include a description of the CtapDriver. The CtapDriver is an abstract interface for all drivers that implements the CTAP protocol for different transports, i.e. HID, NFC, BLE ......
Jiewen Tan
Comment 8 2019-08-13 13:43:13 PDT
Note You need to log in before you can comment on or make changes to this bug.