-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PublicKeyCredential.getClientCapabilities() - clarify required permission #2251
Comments
That text appears to have been copy-pasted from the same text under https://www.w3.org/TR/webauthn-2/#sctn-isUserVerifyingPlatformAuthenticatorAvailable It was added to isUVPAA() four years ago as part of #1476. It doesn't sound like it's valid guidance anymore based on modern client behaviors so perhaps we remove it from |
Chrome (and Safari? cc @pascoej) never actually shipped a restriction on this or isuvpaa linked to permissions policy. Let's remove this text (and you can ignore it for MDN). |
I'll make a PR to at least remove this text from Edit: It's been confirmed that Firefox doesn't impose any such restrictions on use of |
Thanks very much! FYI, fixed in MDN in mdn/content#38617 |
PublicKeyCredential.getClientCapabilities()
spec says:However the API is gated by two permissions, and they are quite specific to either creation or fetching credentials. Can you clarify whether it is one permission or both that gates access to this method?
This is for MDN docs for the method mdn/content#37516
The text was updated successfully, but these errors were encountered: