- From: GitHub <noreply@github.com>
- Date: Wed, 19 Apr 2017 11:14:33 -0700
- To: public-webauthn@w3.org
- Message-ID: <58f7a909e8e9d_b063ffd6e819c2c2036bb@hookshot-fe3-cp1-prd.iad.github.net.mail>
Branch: refs/heads/master
Home: https://github.com/w3c/webauthn
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: 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: 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: 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: 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: 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.
Compare: https://github.com/w3c/webauthn/compare/275a5522be02...66c6224cbb28
Received on Wednesday, 19 April 2017 18:15:08 UTC