Re: [webauthn] txAuthSimple does not conform to extension requirements

Authenticator extension input is a CBOR encoded data which is a value for Authenticator extension input argument, form of map. And the key for the map is the extension identifier. So, we don't have to change the description. But, the readers may be confused.
So I suggest followings.
 - change client/authenticator extension input -> client/authenticator extension input value
 - let client extension input -> dictionary (key: identifier, value: client extension input value)
 - let authenticator extension input -> map (key: identifier, value: authenticator extension input value)
 - same for the client/authenticator extension outputs

-- 
GitHub Notification of comment by Kieun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/725#issuecomment-351084299 using your GitHub account

Received on Tuesday, 12 December 2017 15:25:51 UTC