[webauthn] new commits pushed by agl

The following commits were just pushed by agl to https://github.com/w3c/webauthn:

* Remove mention of a timeout for isUserVerifyingPlatformAuthenticatorAvailable.

As discussed on the issue, implementations appear to be converging on
implementing this call without prompting the user and returning
immediately. The wording in this section is loose enough that
implementations that wish to continue using a timeout can find enough
slack to do so, but this change removes the firm suggestion to do so.

Also, align the spacing of “Promise<T>” to match the style used
elsewhere in the W3C specs.

Fixes #575
  by Adam Langley
https://github.com/w3c/webauthn/commit/f55c4c3a38ef18349b1feb91f8763875c39758d5

* Remove confirmation prompt from isUserVerifyingPlatformAuthenticatorAvailable()

See:

- https://github.com/w3c/webauthn/issues/575#issuecomment-386059592
- https://github.com/w3c/webauthn/issues/575#issuecomment-386650507
- https://github.com/w3c/webauthn/issues/575#issuecomment-393134099
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/ad22fce9fbe6685490dd767bb52445e600c9af88

* Merge pull request #1 from w3c/issue575-remove-consent-prompt

Remove confirmation prompt from isUVPAA
  by Adam Langley
https://github.com/w3c/webauthn/commit/82b6b3732eee66d37672454ea59fb93eb608bc6b

* Merge branch 'master' into issue575
  by Adam Langley
https://github.com/w3c/webauthn/commit/06db112d81e09878257e54e7febaabe16f4a89e6

* Merge remote-tracking branch 'origin/master' into issue575
  by Adam Langley
https://github.com/w3c/webauthn/commit/1678bbc8e6a6c63f06af909aad451fec8897d52b

* Merge pull request #904 from agl/issue575

Remove mention of a timeout for isUserVerifyingPlatformAuthenticatorAvailable
  by Adam Langley
https://github.com/w3c/webauthn/commit/2d669ded704e8adffd6e1fe981bd46bbb40650ab

Received on Tuesday, 19 June 2018 16:27:59 UTC