- From: GitHub <noreply@github.com>
- Date: Wed, 19 Apr 2017 11:47:37 -0700
- To: public-webauthn@w3.org
- Message-ID: <58f7b0c9d2b4_7d7e3fdd1088dc2c1408fe@hookshot-fe1-cp1-prd.iad.github.net.mail>
Branch: refs/heads/angelo-keystorage Home: https://github.com/w3c/webauthn Commit: 0154cba00c7db5a6d8c9fa895a7f52bc7918890d https://github.com/w3c/webauthn/commit/0154cba00c7db5a6d8c9fa895a7f52bc7918890d Author: rlin1 <rolf@noknok.com> Date: 2017-03-15 (Wed, 15 Mar 2017) Changed paths: M index.bs Log Message: ----------- replaced DAA root key by daaKeyId. Added proper references Commit: 9d8ac42c62238e08a48e16d62c773858b628ecb7 https://github.com/w3c/webauthn/commit/9d8ac42c62238e08a48e16d62c773858b628ecb7 Author: rlin1 <rolf@noknok.com> Date: 2017-03-15 (Wed, 15 Mar 2017) Changed paths: M index.bs Log Message: ----------- fix typo. See #233 Commit: 3b5138df0473bac2f20dc3927d3a5499884971b4 https://github.com/w3c/webauthn/commit/3b5138df0473bac2f20dc3927d3a5499884971b4 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Tiny typo in 'ScopedCredentialDesciptor'. Commit: 6c38d023cb73df5a84a73432ac3d9f19dc736d7c https://github.com/w3c/webauthn/commit/6c38d023cb73df5a84a73432ac3d9f19dc736d7c Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Create a combined interface for authenticator responses. Commit: 6074c50f164f1d60f709d445173e3cafa48c46ed https://github.com/w3c/webauthn/commit/6074c50f164f1d60f709d445173e3cafa48c46ed Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Invert the relationship between ScopedCredential and AuthenticatorAssertionResponse. Commit: 524f8ac00f0c3c77b7f8606da2107b4ab4cf4e83 https://github.com/w3c/webauthn/commit/524f8ac00f0c3c77b7f8606da2107b4ab4cf4e83 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Change 'makeCredential' to return a 'ScopedCredential'. Commit: 146f2c0d49be7ba59f5f43578abecce2303ca683 https://github.com/w3c/webauthn/commit/146f2c0d49be7ba59f5f43578abecce2303ca683 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Move 'makeCredential()' to 'ScopedCredential'. Commit: ab8d74e50493fbe9e49ebb439a2d29337d63cdf1 https://github.com/w3c/webauthn/commit/ab8d74e50493fbe9e49ebb439a2d29337d63cdf1 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Shift 'ScopedCredential' to derive from 'Credential'. Commit: 394babd6d06280eba1201ce378e0b14c6652ce02 https://github.com/w3c/webauthn/commit/394babd6d06280eba1201ce378e0b14c6652ce02 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Rename 'ScopedCred' to 'scoped' to align with CM API types. Commit: 46eff1a6dd98b5c1ed0370a37d898a1f93c64bd3 https://github.com/w3c/webauthn/commit/46eff1a6dd98b5c1ed0370a37d898a1f93c64bd3 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Rename 'makeCredential()' to 'create()'. Commit: d9c8b743d98b826e785b7ebfcd3699cef0490d17 https://github.com/w3c/webauthn/commit/d9c8b743d98b826e785b7ebfcd3699cef0490d17 Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Move 'getAssertion' to 'ScopedCredential' This is a temporary step to get rid of WebAuthentication, and pave the way to move to 'get()' in the next patch. Commit: fdf341adfde440a6596c3ad69529a63dfc25bd4e https://github.com/w3c/webauthn/commit/fdf341adfde440a6596c3ad69529a63dfc25bd4e Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Merge the arguments to 'getAssertion()' In order to align with CredentialsContainer::get(), merge the challenge into 'AssertionOptions' and rename 'AssertionOptions' to 'ScopedCredentialRequestOptions'. Commit: 4d1317cb35b624145fb692a6849d26609345fe5a https://github.com/w3c/webauthn/commit/4d1317cb35b624145fb692a6849d26609345fe5a Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Rewire 'getAssertion' to 'get()'. This relies on some things that aren't official yet, in particular the [[Retrieve]](options, mediation) internal method defined at https://w3c.github.io/webappsec-credential-management/base.html#dom-credential-retrieve-slot. But I think it all works. :) Commit: 245c275ae2b55a57cb193d391de02a4bba03a4da https://github.com/w3c/webauthn/commit/245c275ae2b55a57cb193d391de02a4bba03a4da Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Typos in examples. Commit: 21be528ea2faa19d0d164cc8b98f34eca6fdf5ea https://github.com/w3c/webauthn/commit/21be528ea2faa19d0d164cc8b98f34eca6fdf5ea Author: Mike West <mkwst@google.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Typo in headers (not enough #) Commit: 480d958aadde0602703a9a01c8daa96fe200e261 https://github.com/w3c/webauthn/commit/480d958aadde0602703a9a01c8daa96fe200e261 Author: Mike West <mike@mikewest.org> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- Tiny typo in 'ScopedCredentialDesciptor'. (#383) Commit: be9240a66b18b1a564118374ed96ec7f77554898 https://github.com/w3c/webauthn/commit/be9240a66b18b1a564118374ed96ec7f77554898 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-03-16 (Thu, 16 Mar 2017) Changed paths: M index.bs Log Message: ----------- alloc ArrayBuffers in correct global, fixes #293, thx bzbarsky (#377) Commit: e04c5f0dafe5c3e27366e8c86d32415fa78a91a5 https://github.com/w3c/webauthn/commit/e04c5f0dafe5c3e27366e8c86d32415fa78a91a5 Author: Mike West <mkwst@google.com> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M index.bs Log Message: ----------- Merge remote-tracking branch 'origin/master' into cm-api-strawman Commit: b1e87ca8f5feb2685dc9d47f033207e5972f86cc https://github.com/w3c/webauthn/commit/b1e87ca8f5feb2685dc9d47f033207e5972f86cc Author: Mike West <mkwst@google.com> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M index.bs Log Message: ----------- Nits from @vijaybh's review. Commit: 926375a7bd87bfbd1f3494e1e270767f73e51c3f https://github.com/w3c/webauthn/commit/926375a7bd87bfbd1f3494e1e270767f73e51c3f Author: Mike West <mkwst@google.com> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M index.bs Log Message: ----------- Add battre@ to the acks. Commit: c48c70bc9ca6183e4e473d4c02fcc5cbd6a6562a https://github.com/w3c/webauthn/commit/c48c70bc9ca6183e4e473d4c02fcc5cbd6a6562a Author: Mike West <mkwst@google.com> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M index.bs Log Message: ----------- Nits from @battre. Commit: bed7c2d610543064e2e3e2e1b5c77415534317cd https://github.com/w3c/webauthn/commit/bed7c2d610543064e2e3e2e1b5c77415534317cd Author: rlin1 <rolf@noknok.com> Date: 2017-03-21 (Tue, 21 Mar 2017) Changed paths: M index.bs Log Message: ----------- replaced DAA by ECDAA since this is the only variant we use here. See #233 Commit: fedccedb468282665936264105fac6ee09e577cf https://github.com/w3c/webauthn/commit/fedccedb468282665936264105fac6ee09e577cf Author: Mike West <mkwst@google.com> Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: M index.bs Log Message: ----------- Comments from @jyasskin Commit: dbce688512007c2a0d52ff3cac1f2e127c14844a https://github.com/w3c/webauthn/commit/dbce688512007c2a0d52ff3cac1f2e127c14844a Author: kpaulh <kpaulhamus@google.com> Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: M index.bs Log Message: ----------- Rename Account and ClientData fixes #312 (#344) * Renaming Account and ClientData to RelyingPartyUserInfo and CollectedClientData * Fix typo * Updates to match WhatWG/W3C style Commit: 3351e05f4103836377b4d9b1411aac5b1bc263a5 https://github.com/w3c/webauthn/commit/3351e05f4103836377b4d9b1411aac5b1bc263a5 Author: Rolf Lindemann <rolf.lindemann@gmx.net> Date: 2017-03-22 (Wed, 22 Mar 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #381 from w3c/DAA-root-key-233 replaced DAA root key by daaKeyId. Added proper references Commit: 3a0ae84d055a0ee6374610a6fddcf1bfefe13013 https://github.com/w3c/webauthn/commit/3a0ae84d055a0ee6374610a6fddcf1bfefe13013 Author: Mike West <mkwst@google.com> Date: 2017-03-23 (Thu, 23 Mar 2017) Changed paths: M index.bs Log Message: ----------- Merge remote-tracking branch 'origin/master' into cm-api-strawman Commit: 84795c6bf1ea482488654e2eb02cb20f2852867d https://github.com/w3c/webauthn/commit/84795c6bf1ea482488654e2eb02cb20f2852867d Author: Mike West <mike@mikewest.org> Date: 2017-03-23 (Thu, 23 Mar 2017) Changed paths: M index.bs Log Message: ----------- Typo: Fix a linking error after DAA merge. (#388) Commit: da9520ab40268541833f64e7436c128edb1aaa62 https://github.com/w3c/webauthn/commit/da9520ab40268541833f64e7436c128edb1aaa62 Author: Mike Jones <Michael.Jones@microsoft.com> Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: R draft-hodges-webauthn-registries-00b.html R draft-hodges-webauthn-registries-00b.txt M draft-hodges-webauthn-registries.xml M index.bs Log Message: ----------- Align registries draft and WebAuthn draft and address extension issues (#386) * Align registries draft and WebAuthn draft and address extension issues * Correct section references in IANA Considerations section * Incorporated feedback from Jeff Hodges * <dfn> markup for reg & authn extension phrases & various cleanups * Applied [=registration extension=] tag in more places Commit: 9dac88b4378fe0d3bf4c79266325a4a90ba1f6a9 https://github.com/w3c/webauthn/commit/9dac88b4378fe0d3bf4c79266325a4a90ba1f6a9 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: A draft-hodges-webauthn-registries-00d.html A draft-hodges-webauthn-registries-00d.txt Log Message: ----------- add rendered -00d in .html .txt Commit: f25c38886f763f3cfc6307cfdde3d1c53bbb57a6 https://github.com/w3c/webauthn/commit/f25c38886f763f3cfc6307cfdde3d1c53bbb57a6 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: M draft-hodges-webauthn-registries-00d.html M draft-hodges-webauthn-registries-00d.txt M draft-hodges-webauthn-registries.xml Log Message: ----------- link to webauthn editors draft, add rendered -00d in .html .txt Commit: e20767418f6671903740dd670037a78139318c18 https://github.com/w3c/webauthn/commit/e20767418f6671903740dd670037a78139318c18 Author: JeffH <Jeff.Hodges@PayPal.com> Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: R draft-hodges-webauthn-registries-00d.html R draft-hodges-webauthn-registries-00d.txt A draft-hodges-webauthn-registries.html A draft-hodges-webauthn-registries.txt Log Message: ----------- unversion rendered -webauthn-registries files Commit: 94a30ff2498b5ee8b2b0898c596e1e65a9b8a76a https://github.com/w3c/webauthn/commit/94a30ff2498b5ee8b2b0898c596e1e65a9b8a76a Author: Mike Jones <Michael.Jones@microsoft.com> Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: A draft-hodges-webauthn-registries.html A draft-hodges-webauthn-registries.txt M draft-hodges-webauthn-registries.xml Log Message: ----------- Merge pull request #390 from w3c/jeffh-registries-fixup fix webauthn ref in -webauthn-registries to link to webauthn editors' draft Commit: 488ae317e87e1f5f3bed8d2f04abd17b4af81ecc https://github.com/w3c/webauthn/commit/488ae317e87e1f5f3bed8d2f04abd17b4af81ecc Author: Mike West <mkwst@google.com> Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: R draft-hodges-webauthn-registries-00b.html R draft-hodges-webauthn-registries-00b.txt A draft-hodges-webauthn-registries.html A draft-hodges-webauthn-registries.txt M draft-hodges-webauthn-registries.xml M index.bs Log Message: ----------- Merge remote-tracking branch 'origin/master' into cm-api-strawman Commit: 1d84b9e3547a519c31c4a671fb44d142795a8787 https://github.com/w3c/webauthn/commit/1d84b9e3547a519c31c4a671fb44d142795a8787 Author: Mike West <mkwst@google.com> Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M index.bs Log Message: ----------- Update on top of new method names. Commit: f49e915768636bae1d31fd5d74fe8c7cffff1b6b https://github.com/w3c/webauthn/commit/f49e915768636bae1d31fd5d74fe8c7cffff1b6b Author: Mike West <mkwst@google.com> Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M index.bs Log Message: ----------- Reference CM API as a Dependency. Commit: 2d10a10a195b2060a7a68ec75265a70adc26dbc4 https://github.com/w3c/webauthn/commit/2d10a10a195b2060a7a68ec75265a70adc26dbc4 Author: Mike West <mkwst@google.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M index.bs Log Message: ----------- Introduce authenticator response interfaces. This patch adds an 'AuthenticatorResponse' interface, representing the generic attributes of responses from authenticators. It then redefines 'ScopedCredentialInfo' and 'AuthenticatorAssertion' to derive from this interface, and renames them to 'AuthenticatorAttestionResponse' and 'AuthenticatorAssertionResponse' respectively. These new interfaces are a drop-in replacement for the old interfaces, no normative changes are intended in this patch, other than the renaming. Commit: a9da99223c2da0bb07413af2d07b6aa36236421f https://github.com/w3c/webauthn/commit/a9da99223c2da0bb07413af2d07b6aa36236421f Author: Mike West <mkwst@google.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M index.bs Log Message: ----------- Move `getAssertion()`'s `challenge` into `AssertionOptions` Passing a single dictionary parameter into `getAssertion()` provides for greater forward compatibility, as new data can be flexibly added to the method invocation without restructuring the existing structure. It also helps developers understand what they're passing in. This is less important for `getAssertion()` than it is for `makeCredential()`, obviously, but aligning both in a similar structure seems like a good change to make. Commit: 4fad3e51fbe89eb8fbc3ec12542cbd194339c8c2 https://github.com/w3c/webauthn/commit/4fad3e51fbe89eb8fbc3ec12542cbd194339c8c2 Author: Mike West <mkwst@google.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M index.bs Log Message: ----------- Convert `makeCredential()`'s parameters into a dictionary. Passing a single dictionary parameter into `makrCredential()` provides for greater forward compatibility, as new data can be flexibly added to the method invocation without restructuring the existing structure. It also helps developers understand what they're passing in, as each parameter will be labeled. This patch restructures the data passed into `makeCredential()` substantially, moving from four parameters to a single dictionary, and merging some existing types into a simpler structure. Most of it is straightforward; the only bit I know will be controversial is dropping `RelyingPartyUserInfo` in favor of two instances of a simpler `ScopedCredentialEntity` object: one for the RP, one for the user. Let's chat about how (un)reasonable this approach might be. Commit: 0039a138e2d27567e7d32f0ddd203748bedb9cbb https://github.com/w3c/webauthn/commit/0039a138e2d27567e7d32f0ddd203748bedb9cbb Author: Mike West <mkwst@google.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup drop 'additional' Commit: 6dca154104884ed814f2b0ded74a959bdf28e3ef https://github.com/w3c/webauthn/commit/6dca154104884ed814f2b0ded74a959bdf28e3ef Author: Mike West <mkwst@google.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup 'additional' Commit: 3a5fefb7b0603cab4c7a0bdf7476575067561462 https://github.com/w3c/webauthn/commit/3a5fefb7b0603cab4c7a0bdf7476575067561462 Author: Mike West <mkwst@google.com> Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup AssertionRequest Commit: 3cdf1bfbf3252e33354549275566be70e73e7f18 https://github.com/w3c/webauthn/commit/3cdf1bfbf3252e33354549275566be70e73e7f18 Author: Mike West <mkwst@google.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup @equalsJeffH Commit: 4f4b79f41354f58f250a46b311d3dc1f521cacf7 https://github.com/w3c/webauthn/commit/4f4b79f41354f58f250a46b311d3dc1f521cacf7 Author: Mike West <mkwst@google.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup revert AssertionRequest. Commit: 705ecab29e8b6e44c698e9eb0375b394822e456e https://github.com/w3c/webauthn/commit/705ecab29e8b6e44c698e9eb0375b394822e456e Author: Mike West <mkwst@google.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup merge 'AuthenticatorResponse' Commit: 805891752a579d84c677f512539c34f05658cf8d https://github.com/w3c/webauthn/commit/805891752a579d84c677f512539c34f05658cf8d Author: Mike West <mkwst@google.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup @equalsJeffH Commit: ae33b140cd808f849c9c238d3b703099bc3cd9df https://github.com/w3c/webauthn/commit/ae33b140cd808f849c9c238d3b703099bc3cd9df Author: Mike West <mkwst@google.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup merge 'getAssertion()' Commit: c8fc4c184ffd91151c725e4dd224a37c74f2d507 https://github.com/w3c/webauthn/commit/c8fc4c184ffd91151c725e4dd224a37c74f2d507 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #397 from battre/authenticatorresponse Introduce authenticator response interfaces. Commit: c22e2ab8350c8ed2b94b9d158e2c0e56874febd3 https://github.com/w3c/webauthn/commit/c22e2ab8350c8ed2b94b9d158e2c0e56874febd3 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #398 from battre/dictionary-getassertion Move `getAssertion()`'s `challenge` into `AssertionOptions` Commit: 275a5522be02b102a895964ee996920831ce2491 https://github.com/w3c/webauthn/commit/275a5522be02b102a895964ee996920831ce2491 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #399 from battre/dictionary-makecredential Convert `makeCredential()`'s parameters into a dictionary. Commit: d6a5508ff86a8b13409787ed66d1b21dfc13b162 https://github.com/w3c/webauthn/commit/d6a5508ff86a8b13409787ed66d1b21dfc13b162 Author: Mike West <mkwst@google.com> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge commit 'c8fc4c1' into merge-with-tot Commit: d0ef9d3145469a8e1b1a1d4a1742a598d8f1275d https://github.com/w3c/webauthn/commit/d0ef9d3145469a8e1b1a1d4a1742a598d8f1275d Author: Mike West <mkwst@google.com> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge commit 'c22e2ab' into merge-with-tot Commit: 76605e5259da3ba493f56f590a49db7f36c278a0 https://github.com/w3c/webauthn/commit/76605e5259da3ba493f56f590a49db7f36c278a0 Author: Mike West <mkwst@google.com> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge commit '275a552' into merge-with-tot Commit: 8887324476223d3f87fea7dabd6d9ef5d602c87d https://github.com/w3c/webauthn/commit/8887324476223d3f87fea7dabd6d9ef5d602c87d Author: Mike West <mkwst@google.com> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge branch 'merge-with-tot' into cm-api-strawman Commit: f967ffb97f4c297ba7a47f7d0b598b4563d3de9a https://github.com/w3c/webauthn/commit/f967ffb97f4c297ba7a47f7d0b598b4563d3de9a Author: Mike West <mkwst@google.com> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup @equalsJeffH feedback. Commit: 2335da45dc882fc4463187b5319f0edbd8a4533d https://github.com/w3c/webauthn/commit/2335da45dc882fc4463187b5319f0edbd8a4533d Author: Mike West <mkwst@google.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup 'CredentialsContainer::create()', as of https://github.com/w3c/webappsec-credential-management/commit/59bba009b65504c4612a44fbb75031aefcd5c4d0 Commit: eab3551a9e675937caaa3f41919d8bdffb518516 https://github.com/w3c/webauthn/commit/eab3551a9e675937caaa3f41919d8bdffb518516 Author: Mike West <mkwst@google.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup ID => Id, even though I hate it. :) Commit: 45e1b50ce086608d76e6ee11513f89d3e5798be5 https://github.com/w3c/webauthn/commit/45e1b50ce086608d76e6ee11513f89d3e5798be5 Author: Mike West <mkwst@google.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup @equalsJeffH Commit: a042dd929fd9090e66c043f1538ac3c72c0e0768 https://github.com/w3c/webauthn/commit/a042dd929fd9090e66c043f1538ac3c72c0e0768 Author: Mike West <mkwst@google.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M index.bs Log Message: ----------- fixup @equalsJeffH nits. Commit: 66c6224cbb287bd6cc4236c2e004dd1caf0894a0 https://github.com/w3c/webauthn/commit/66c6224cbb287bd6cc4236c2e004dd1caf0894a0 Author: =JeffH <Jeff.Hodges@KingsMountain.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M index.bs Log Message: ----------- Merge pull request #384 from battre/cm-api-strawman Strawman of an integration between WebAuthn and Credential Management. Commit: d79a3832a743ab7309c4943b6a362d3e9b1637ba https://github.com/w3c/webauthn/commit/d79a3832a743ab7309c4943b6a362d3e9b1637ba Author: AngeloKai <angeloliao16@gmail.com> Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: R draft-hodges-webauthn-registries-00b.html R draft-hodges-webauthn-registries-00b.txt A draft-hodges-webauthn-registries.html A draft-hodges-webauthn-registries.txt M draft-hodges-webauthn-registries.xml M index.bs Log Message: ----------- Merge newly merged master Compare: https://github.com/w3c/webauthn/compare/d2ea8e24b826...d79a3832a743
Received on Wednesday, 19 April 2017 18:48:11 UTC