- From: GitHub <noreply@github.com>
- Date: Wed, 22 Jun 2016 09:25:57 -0700
- To: public-webauthn@w3.org
- Message-ID: <576abc154f6eb_6c83f9950f4d2a0216181@hookshot-fe6-cp1-prd.iad.github.net.mail>
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>
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>
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>
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>
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 Wednesday, 22 June 2016 16:26:27 UTC