[webauthn] Extension identifiers in examples are inconsistent with registered identifiers

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

== Extension identifiers in examples are inconsistent with registered identifiers ==
§11.3 "Sample scenarios: Authentication" has an example with:
  extensions: { 'webauthn.txauth.simple': 

§11.1 "Sample scenarios: Registration" has an example with:
  extensions: {"webauthn.location": true}

But the registered extension from §10.2 "WebAuthn Extension Identifier Registrations" are:
  txAuthSimple
  loc

Fix: change the §11.3 and §11.1 examples to use the §10.2 values.

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

Received on Wednesday, 27 September 2017 07:18:04 UTC