[Webkit-unassigned] [Bug 143491] implement FIDO U2F support...
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 19 11:49:02 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=143491
--- Comment #1 from Alice Bevan-McGregor <alice at gothcandy.com> ---
Created attachment 279408
--> https://bugs.webkit.org/attachment.cgi?id=279408&action=review
U2F request flow diagram.
U2F is beginning to see more wide-spread deployment, with Github being one notable example site that utilizes it. Currently, Chrome integrates support, but lower-level integration in WebKit would broadly increase the potential user base.
There exists a cross-platform (Windows, Linux, Mac OS X) C reference implementation, https://developers.yubico.com/libu2f-host/, supported by a manufacturer (Yubico) of U2F-compliant tokens. They also provide a test server for interactive experimentation (https://demo.yubico.com/u2f), reference server integration implementation, and cURL-able test endpoints.
This client (device host) reference implementation depends on: pkg-config, JSON-C, and HIDAPI for USB communication.
I very strongly desire U2F support both for my own site use, as well as for token-secured access to Github.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160519/61cb3028/attachment.html>
More information about the webkit-unassigned
mailing list