mozilla / standards-positions

https://mozilla.github.io/standards-positions/
Mozilla Public License 2.0
648 stars 70 forks source link

Web Authentication `hints` parameter #1043

Open agl opened 4 months ago

agl commented 4 months ago

Request for Mozilla Position on an Emerging Web Specification

Other information

dveditz commented 1 week ago

Does this essentially deprecate authenticatorAttachment? I assume this was added, rather than add "hybrid" to authenticatorAttachment, because in some cases you don't otherwise want to supply the optional authenticatorSelectionCriteria. But no, authenticatorAttachment is still needed as part of the returned PublicKeyCredential object.

The strings are nice: "client-device" and "security-key" are easier to explain than "platform" and "cross-platform". An explicit "hybrid" rather than using "cross-platform" to mean two different things is especially nice.

Thoughts, @jschanck ?