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

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


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

--- Comment #1 from Jiewen Tan <jiewen_tan at apple.com> ---
(In reply to Eiji Kitamura from comment #0)
> 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`.

Oh, I probably forgot doing this. But you don't necessary need to call the method after user interactions. This method is safe to call even for onload given it doesn't affect your rest API or any server model you have.

-- 
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/b4b2a1c8/attachment.htm>


More information about the webkit-unassigned mailing list