[webauthn] new commits pushed by equalsJeffH

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

* 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.
  by Mike West
https://github.com/w3c/webauthn/commit/a9da99223c2da0bb07413af2d07b6aa36236421f

* fixup drop 'additional'
  by Mike West
https://github.com/w3c/webauthn/commit/0039a138e2d27567e7d32f0ddd203748bedb9cbb

* fixup AssertionRequest
  by Mike West
https://github.com/w3c/webauthn/commit/3a5fefb7b0603cab4c7a0bdf7476575067561462

* fixup revert AssertionRequest.
  by Mike West
https://github.com/w3c/webauthn/commit/4f4b79f41354f58f250a46b311d3dc1f521cacf7

* fixup merge 'AuthenticatorResponse'
  by Mike West
https://github.com/w3c/webauthn/commit/705ecab29e8b6e44c698e9eb0375b394822e456e

* Merge pull request #398 from battre/dictionary-getassertion

Move `getAssertion()`'s `challenge` into `AssertionOptions`
  by =JeffH
https://github.com/w3c/webauthn/commit/c22e2ab8350c8ed2b94b9d158e2c0e56874febd3

Received on Friday, 14 April 2017 22:42:56 UTC