- From: gmandyam via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Feb 2018 18:13:37 +0000
- To: public-webauthn@w3.org
@selfissued
OK - I see what the problem was in my original proposal. Thank you very much for the explanation. We can add the note on accuracy later.
Before I close the PR and this issue, I had a couple of questions:
a) The Geoloc coordinates object is a [NoInterfaceObject] - see https://heycam.github.io/webidl/#NoInterfaceObject. Can this appear in Client Extension Output? If not, maybe it should be cast to a different object type.
b) Is your view that CDDL description for this extension is unnecessary because there already exists a JS object (Geoloc API Coordinates) that can be mapped directly to CBOR? In other words, in this case can it be assumed that the Authenticator Extenion Output must be
CDDL: locOutput ={latitude: float64, longitude: float64, accuracy: float64}
without explicitly spelling it out?
--
GitHub Notification of comment by gmandyam
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/800#issuecomment-366014087 using your GitHub account
Received on Thursday, 15 February 2018 18:13:40 UTC