[w3c/webauthn] a9da99: Move `getAssertion()`'s `challenge` into `Assertio...

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: a9da99223c2da0bb07413af2d07b6aa36236421f
      https://github.com/w3c/webauthn/commit/a9da99223c2da0bb07413af2d07b6aa36236421f
  Author: Mike West <mkwst@google.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Move `getAssertion()`'s `challenge` into `AssertionOptions`

Passing a single dictionary parameter into `getAssertion()` provides
for greater forward compatibility, as new data can be flexibly added
to the method invocation without restructuring the existing
structure. It also helps developers understand what they're passing
in. This is less important for `getAssertion()` than it is for
`makeCredential()`, obviously, but aligning both in a similar
structure seems like a good change to make.


  Commit: 0039a138e2d27567e7d32f0ddd203748bedb9cbb
      https://github.com/w3c/webauthn/commit/0039a138e2d27567e7d32f0ddd203748bedb9cbb
  Author: Mike West <mkwst@google.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fixup drop 'additional'


  Commit: 3a5fefb7b0603cab4c7a0bdf7476575067561462
      https://github.com/w3c/webauthn/commit/3a5fefb7b0603cab4c7a0bdf7476575067561462
  Author: Mike West <mkwst@google.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fixup AssertionRequest


  Commit: 4f4b79f41354f58f250a46b311d3dc1f521cacf7
      https://github.com/w3c/webauthn/commit/4f4b79f41354f58f250a46b311d3dc1f521cacf7
  Author: Mike West <mkwst@google.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fixup revert AssertionRequest.


  Commit: 705ecab29e8b6e44c698e9eb0375b394822e456e
      https://github.com/w3c/webauthn/commit/705ecab29e8b6e44c698e9eb0375b394822e456e
  Author: Mike West <mkwst@google.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  fixup merge 'AuthenticatorResponse'


  Commit: c22e2ab8350c8ed2b94b9d158e2c0e56874febd3
      https://github.com/w3c/webauthn/commit/c22e2ab8350c8ed2b94b9d158e2c0e56874febd3
  Author: =JeffH <Jeff.Hodges@KingsMountain.com>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #398 from battre/dictionary-getassertion

Move `getAssertion()`'s `challenge` into `AssertionOptions`


Compare: https://github.com/w3c/webauthn/compare/c8fc4c184ffd...c22e2ab8350c

Received on Friday, 14 April 2017 22:43:23 UTC