Re: [webauthn] Account information merge

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