[Webkit-unassigned] [Bug 216600] New: Propagate user gesture through `isUserVerifyingPlatformAuthenticatorAvailable`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 23:17:45 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216600

            Bug ID: 216600
           Summary: Propagate user gesture through
                    `isUserVerifyingPlatformAuthenticatorAvailable`
           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: agektmr at google.com

When invoking WebAuthn with a local authenticator (Touch ID / Face ID), user gesture is required in WebKit.
Thank you for fixing the issue that blocks user gesture on Fetch API. (https://bugs.webkit.org/show_bug.cgi?id=214444)
However, it has been still blocked on my code and finally figured that it was caused by `isUserVerifyingPlatformAuthenticatorAvailable`.
Please propagate user gesture on `iUVPAA` as well.

To reproduce the issue, you can try and modify the code here:
https://glitch.com/edit/#!/iuvpaa-issue

See code in public/client.js and enable/dislable `iUVPAA`.

-- 
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/20200916/9491a275/attachment.htm>


More information about the webkit-unassigned mailing list