[w3c/webauthn] 11d549: Provide transport information during registration....

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 11d549048ac5e462a4f9f44499032302adb29800
      https://github.com/w3c/webauthn/commit/11d549048ac5e462a4f9f44499032302adb29800
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Provide transport information during registration. (#1050)

* Provide transport information during registration.

This change adds a `getTransports` method to
`AuthenticatorAttestationResponse` that returns the
`AuthenticatorTransport` used to perform a registration, as well as
other transports that the user agent believes that the authenticator
supports.

Fixes #889
Fixes #851
See also #882

* Update in light of PR discussion.

[ went ahead and merged due to no objections to doing so ]

Received on Tuesday, 12 February 2019 16:49:01 UTC