[webauthn] Location extension description is inconsistent with processing

emlun has just created a new issue for https://github.com/w3c/webauthn:

== Location extension description is inconsistent with processing ==
The description of the [`loc`][loc] extension reads (emphasis added):

>The location registration extension and authentication extension provides the ***client device’s current location*** to the WebAuthn Relying Party.

However the processing instructions read:

>**Client extension processing**
>None, except creating the authenticator extension input from the client extension input.

>**Authenticator extension processing**
>Determine the Geolocation value.

So it seems like the description should instead read:

>The location registration extension and authentication extension provides the ***authenticator's current location*** to the WebAuthn Relying Party.

[loc]: https://w3c.github.io/webauthn/#sctn-location-extension

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/923 using your GitHub account

Received on Wednesday, 30 May 2018 16:31:46 UTC