Implement getClientCapabilities
Categories
(Core :: DOM: Web Authentication, enhancement, P3)
Tracking
()
People
(Reporter: jschanck, Assigned: jschanck)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, parity-safari)
Attachments
(1 file)
spec: https://w3c.github.io/webauthn/#sctn-getClientCapabilities
Note that we will want to omit capabilities that pose a fingerprinting risk. See https://w3c.github.io/webauthn/#sctn-disclosing-client-capabilities and additional discussion in the github PR: https://github.com/w3c/webauthn/pull/1923
Updated•1 year ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Comment 4•5 months ago
|
||
:jschanck is this something you would like to nominate for a release note? (Process info)
Assignee | ||
Comment 5•4 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: The getClientCapabilities method allows developers to check for the client's support for WebAuthn features without relying on error-prone user agent sniffing.
[Affects Firefox for Android]: Yes
[Suggested wording]: Added support for the WebAuthn getClientCapabilities method().
[Links (documentation, blog post, etc)]:
https://w3c.github.io/webauthn/#sctn-getClientCapabilities
Comment 7•3 months ago
|
||
FF135 docs for this can be tracked in https://github.com/mdn/content/issues/37516 . This is being reviewed.
Description
•