- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Jun 2016 00:31:01 +0000
- To: public-webauthn@w3.org
equalsJeffH has just labeled an issue for https://github.com/w3c/webauthn as "type:technical": == clientDataJSON returned in WebAuthnAttestation rather than AttestationStatement == in https://w3c.github.io/webauthn/#authenticator-signature... ``` The clientDataJSON is returned in the clientData member of the WebAuthnAssertion and AttestationStatement structures. ``` ..should be.. ``` The clientDataJSON is returned in the clientData member of the WebAuthnAttestation and WebAuthnAssertion structures. ``` See https://github.com/w3c/webauthn/issues/119
Received on Thursday, 2 June 2016 00:31:07 UTC