[w3c/webauthn] 9f5df0: Make PublicKeyCredentialEntity hierarchy required ...

  Branch: refs/heads/jeffh-fixup-algs-contd-4
  Home:   https://github.com/w3c/webauthn
  Commit: 9f5df060fc78da739e408e4aff2e7edd165e6fe3
      https://github.com/w3c/webauthn/commit/9f5df060fc78da739e408e4aff2e7edd165e6fe3
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  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


  Commit: 7153b55e8cd8e1bad5b5f57ee1eb7da158695361
      https://github.com/w3c/webauthn/commit/7153b55e8cd8e1bad5b5f57ee1eb7da158695361
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #669 from w3c/issue-587

Fix #587: Make PublicKeyCredentialEntity members required in IDL


  Commit: 931b46eece69f5d780ce4b317e3a377a3a67f85c
      https://github.com/w3c/webauthn/commit/931b46eece69f5d780ce4b317e3a377a3a67f85c
  Author: Angelo Liao <huliao@microsoft.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Make create() and get() abortable  (#544)

* do not call authenticatorMakeCredential() with separate |rpId| fixes #466

* credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472

* fixup global object reference per domenic, improves #472

* indent 4.1.4 step 18et al to clarify relation to prior step

* fix line indent

* do not call authenticatorMakeCredential() with separate |rpId| fixes #466

* credID returned by authnrGetAssn() is optional if allowCreds has exactly 1 member fixes #472

* fixup global object reference per domenic, improves #472

* indent 4.1.4 step 18et al to clarify relation to prior step

* fix line indent

* post rebase-on-master, fix dangling MakeCredentialOptions

* fix error in resolving rebase conflicts

* further rebase conflict resolution error fixups

* convert switch steps to colon-denotation

* tag 'while'

* primary changes for improving #472 mostly complete

* further issue #472 cleanups

* del 'cancel the timer' from #creatCredential fixes #535

* polish constructResultantCredentialCallback method description

* marked authenticator model section as non-normative

* marked relying party operation section as non-normative

* fix proper subset tweak

* Added abort signal object and steps to webauthn

* fixed a minor issue with linking

* add minor edits to focus on the main things

* getting the blank line correct

* Added a example section to explain how abort should be used

* fix up example

* committing before computer dies

* updated grammars of the example based on feedback

* update example text

* Updated with the section on switching tab; complete the PR

* minor tweak

* finished polishing the spec

* whoops one leftover

* finally figured out how to remove last two linking errors

* take out abortsignal from extension; edit promise rejection


  Commit: 2510a08a42610486ab8bf0f409a565dafbff1c7c
      https://github.com/w3c/webauthn/commit/2510a08a42610486ab8bf0f409a565dafbff1c7c
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  merge from master and resolve conflicts


Compare: https://github.com/w3c/webauthn/compare/4c0562a405fe...2510a08a4261

Received on Thursday, 9 November 2017 01:19:43 UTC