[webauthn] new commits pushed by jcjones

The following commits were just pushed by jcjones to https://github.com/w3c/webauthn:

* Make PublicKeyCredentialEntity hierarchy required members required in IDL

This resolves #587.

Summary:

- Make member `PublicKeyCredentialEntity.name` required
- Make member `PublicKeyCredentialUserEntity.id` required
- Make member `PublicKeyCredentialUserEntity.displayName` required
- Remove algorithm step from _ยง5.1.3 Create a new credential_ that
  instructed to throw an exception if any of the above members were
  missing
  by Emil Lundberg
https://github.com/w3c/webauthn/commit/9f5df060fc78da739e408e4aff2e7edd165e6fe3

* Merge pull request #669 from w3c/issue-587

Fix #587: Make PublicKeyCredentialEntity members required in IDL
  by J.C. Jones
https://github.com/w3c/webauthn/commit/7153b55e8cd8e1bad5b5f57ee1eb7da158695361

Received on Tuesday, 7 November 2017 03:52:12 UTC