mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
c3180f09e1
Summary: Add support for PublicKeyCredentialRequestOptions.userVerification. For now this basically means that we'll abort the operation with NotAllowed, as we don't support user verification yet. Pass PublicKeyCredentialDescriptor.transports through to the token manager implementations. The softoken will ignore those and pretend to support all transports defined by the spec. The USB HID token will check for the "usb" transport and either ignore credentials accordingly, or abort the operation. Note: The `UserVerificationRequirement` in WebIDL is defined at https://w3c.github.io/webauthn/#assertion-options Reviewers: jcj, smaug Reviewed By: jcj, smaug Bug #: 1406467 Differential Revision: https://phabricator.services.mozilla.com/D338 --HG-- extra : amend_source : 314cadb3bc40bbbee2a414bc5f13caed55f9d720