[webauthn] user id should be returned in get()

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

== user id should be returned in get() ==
When we use navigator.credentials.get() to obtain webauthn's authentication assertion, the caller should receive the user id associated with this credential. This is necessary if get() is called without an allowList, and optional if it is.

Proposal: add a field `userId` to the [`PublicKeyCredential`](https://github.com/w3c/webauthn/blob/14c2733ca6a4a9568e4c48fef1b870448818e811/index.bs#L460) dictionary. 

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

Received on Friday, 8 September 2017 22:22:40 UTC