[Webkit-unassigned] [Bug 189279] New: [WebAuthN] Make AuthenticatorManager
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 4 16:03:44 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189279
Bug ID: 189279
Summary: [WebAuthN] Make AuthenticatorManager
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jiewen_tan at apple.com
This task aims to make an AuthenticatorManager abstraction such that:
1) It lives in UI Process.
2) It manages different authenticators including their lifetime and task distribution.
3) It talks to underlying transport protocol, i.e., HID, BLE, NFC and internal. That means, it will then handle device discovery/removal and provides connections between authenticator abstractions and corresponding physical devices. This functionality could be implemented through some "Service" abstraction, like HIDService for instance.
4) It will also talk to the WebProcess via AuthenticatorCoordinatorProxy.
5) Finally, it will probably handle UI interactions as well, which is currently undefined.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180904/23998775/attachment.html>
More information about the webkit-unassigned
mailing list