- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Sat, 22 Apr 2017 00:39:59 +0000
- To: public-webauthn@w3.org
to fix the lost user display name, perhaps we ought to define this:
```
dictionary ScopedCredentialUserEntity : ScopedCredentialEntity {
DOMString displayName;
};
```
..and then alter MakeCredentialOptions..
```
dictionary MakeCredentialOptions {
required ScopedCredentialEntity rp;
required ScopedCredentialUserEntity user;
...
```
--
GitHub Notification of comment by equalsJeffH
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/413#issuecomment-296334403 using your GitHub account
Received on Saturday, 22 April 2017 00:40:06 UTC