[webauthn] Underspecified client output in `exts` extension (#1314)

emlun has just created a new issue for https://github.com/w3c/webauthn:

== Underspecified client output in `exts` extension ==
[10.6. Supported Extensions Extension (exts)](https://w3c.github.io/webauthn/#sctn-supported-extensions-extension) reads:

>**Client extension output**
>Returns the list of supported extensions as an array of extension identifier strings.
>
>**Authenticator extension output**
>The SupportedExtensions extension is a list (CBOR array) of extension identifier (UTF-8 encoded) strings.

It is not clear if the client extension output is supposed to be the list of extensions the client supports, or the list from the authenticator decoded as a JavaScript array.

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1314 using your GitHub account

Received on Tuesday, 8 October 2019 11:11:17 UTC