[webauthn] Pull Request: Add clearer recommendation on what to do with transport hints

emlun has just submitted a new pull request for https://github.com/w3c/webauthn:

== Add clearer recommendation on what to do with transport hints ==
Fixes #1368.

With this we have

- A normative RECOMMENDation to store the transport hints in the registration operation
- A normative SHOULD to put them in as arguments to `get()`
- A mention of `getTransports()` in the [`PublicKeyCredentialDescriptor.transports`](https://w3c.github.io/webauthn/#dom-publickeycredentialdescriptor-transports) description
- A mention of `getTransports()` in the [`AuthenticatorTransport`](https://w3c.github.io/webauthn/#enumdef-authenticatortransport) description

Should we add hooks anywhere else too?

See https://github.com/w3c/webauthn/pull/1369

Received on Thursday, 30 January 2020 11:23:24 UTC