Re: [w3c/webauthn] c05d78: Clean up extensions section

These mods to the webauthn spec look overall fine to me.

=JeffH

From: <noreply@github.com<mailto:noreply@github.com>> on behalf of GitHub <noreply@github.com<mailto:noreply@github.com>>
Reply-To: GitHub <noreply@github.com<mailto:noreply@github.com>>
Date: Wednesday, June 22, 2016 at 9:25 AM
To: W3C WebAuthn WG <public-webauthn@w3.org<mailto:public-webauthn@w3.org>>
Subject: [w3c/webauthn] c05d78: Clean up extensions section
Resent-From: W3C WebAuthn WG <public-webauthn@w3.org<mailto:public-webauthn@w3.org>>
Resent-Date: Wednesday, June 22, 2016 at 9:26 AM

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: c05d78629156b9b99faedcd03151cc8cefa7ce91
      https://github.com/w3c/webauthn/commit/c05d78629156b9b99faedcd03151cc8cefa7ce91
  Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com<mailto:vijaybh@users.noreply.github.com>>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M index.src.html

  Log Message:
  -----------
  Clean up extensions section

- Resolve inconsistent wording in different parts of the section: fix
places that incorrectly suggested extensions cannot be used with
makeCredential, and resolve conflict between wording that said client
arguments are required vs. not.
- Treat implementations that choose to pass through extensions as a
first-class citizen by requiring that extensions be defined to allow for
this. Fixes #97.
- Fix all the predefined extensions to conform to the updated
guidelines.
- Minor issues: AAGUID should be binary not string (see #61, fixes #51)
and encode true as Boolean in CBOR instead of forcing it to integer
value 1.


  Commit: 04ccbfbdf63342c974618cc2534cea5e2080e627
      https://github.com/w3c/webauthn/commit/04ccbfbdf63342c974618cc2534cea5e2080e627
  Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com<mailto:vijaybh@users.noreply.github.com>>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M index.src.html

  Log Message:
  -----------
  Address feedback from WG review on 6/15 call

- Rename "signature extension" to "authentication extension" (will be
added to glossary in #131)
- Pre-defined extensions recommended (but not required) for
implementation by clients
- Require extensions to update either ClientData or authenticatorData,
update authenticator selection extension to obey this rule
- Clarify that authenticator arguments are sent to the authenticator as
a map, not as bare values


  Commit: 69b8763f10fc5af051165dc7bfdeff4bd0409d9d
      https://github.com/w3c/webauthn/commit/69b8763f10fc5af051165dc7bfdeff4bd0409d9d
  Author: Vijay Bharadwaj <vijaybh@users.noreply.github.com<mailto:vijaybh@users.noreply.github.com>>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    M index.src.html

  Log Message:
  -----------
  Wordsmithing prose around client pass-through of extensions


  Commit: d2cff074012601f7835656717c62cf704d682a15
      https://github.com/w3c/webauthn/commit/d2cff074012601f7835656717c62cf704d682a15
  Author: Alexei Czeskis <alexei@czeskis.com<mailto:alexei@czeskis.com>>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    M index.src.html

  Log Message:
  -----------
  Merge pull request #130 from w3c/vgb-extension-opt

Clean up extensions section


Compare: https://github.com/w3c/webauthn/compare/497761dacd8c...d2cff0740126

Received on Monday, 27 June 2016 22:04:38 UTC