[webauthn] new commits pushed by equalsJeffH

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

* Introduce authenticator response interfaces.

This patch adds an 'AuthenticatorResponse' interface, representing the
generic attributes of responses from authenticators. It then redefines
'ScopedCredentialInfo' and 'AuthenticatorAssertion' to derive from this
interface, and renames them to 'AuthenticatorAttestionResponse' and
'AuthenticatorAssertionResponse' respectively.

These new interfaces are a drop-in replacement for the old interfaces,
no normative changes are intended in this patch, other than the
renaming.
  by Mike West
https://github.com/w3c/webauthn/commit/2d10a10a195b2060a7a68ec75265a70adc26dbc4

* fixup @equalsJeffH
  by Mike West
https://github.com/w3c/webauthn/commit/3cdf1bfbf3252e33354549275566be70e73e7f18

* Merge pull request #397 from battre/authenticatorresponse

Introduce authenticator response interfaces.
  by =JeffH
https://github.com/w3c/webauthn/commit/c8fc4c184ffd91151c725e4dd224a37c74f2d507

Received on Friday, 14 April 2017 21:48:04 UTC