- From: J.C. Jones <noreply@github.com>
- Date: Wed, 31 Jul 2019 12:13:50 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/master
Home: https://github.com/w3c/webauthn
Commit: 62a7b3bb7edbda2a1e346472c606198421b34892
https://github.com/w3c/webauthn/commit/62a7b3bb7edbda2a1e346472c606198421b34892
Author: Adam Langley <agl@chromium.org>
Date: 2019-06-24 (Mon, 24 Jun 2019)
Changed paths:
M index.bs
Log Message:
-----------
Add “appidExclude” extension.
This change adds a registration-only “appidExclude” extension that
allows platforms to make excludeCredentials effective when transitioning
from U2F.
It's a separate extension from “appid” because that extension was
documented in level one as being authentication-only and some
implementations thus reject it for registration. Also, having an
“appid” extension that's effective during registration invites people to
believe that it does the “obvious” thing and allows the creation of U2F
credentials, which isn't true.
Fixes #1235.
Commit: acf62ad76a9d1d05d710e452c78b178a7f992d22
https://github.com/w3c/webauthn/commit/acf62ad76a9d1d05d710e452c78b178a7f992d22
Author: Adam Langley <agl@chromium.org>
Date: 2019-06-25 (Tue, 25 Jun 2019)
Changed paths:
M index.bs
Log Message:
-----------
Address some of Jeff's comments
Commit: 485df4999859c06579ac8133b0f84786ca552993
https://github.com/w3c/webauthn/commit/485df4999859c06579ac8133b0f84786ca552993
Author: JeffH <jdhodges@google.com>
Date: 2019-06-25 (Tue, 25 Jun 2019)
Changed paths:
M index.bs
Log Message:
-----------
apply polish
Commit: 8a5917a94dc4918894a8e95df3bcfdbe326adad4
https://github.com/w3c/webauthn/commit/8a5917a94dc4918894a8e95df3bcfdbe326adad4
Author: Adam Langley <agl@imperialviolet.org>
Date: 2019-06-25 (Tue, 25 Jun 2019)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #3 from agl/appidexclude-jeffh
apply polish
Commit: bfba3fe1099fa42211b83679e86d10b168736ec3
https://github.com/w3c/webauthn/commit/bfba3fe1099fa42211b83679e86d10b168736ec3
Author: JeffH <jdhodges@google.com>
Date: 2019-06-26 (Wed, 26 Jun 2019)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into appidexclude
Commit: 916aad6a6f3167380d4e1c9fcfddc6e36bb05768
https://github.com/w3c/webauthn/commit/916aad6a6f3167380d4e1c9fcfddc6e36bb05768
Author: =JeffH <jdhodges@google.com>
Date: 2019-06-27 (Thu, 27 Jun 2019)
Changed paths:
M index.bs
Log Message:
-----------
Apply suggestions from code review
apply @emluyn's polishing, thx!
Co-Authored-By: Emil Lundberg <emil@emlun.se>
Commit: 4561e48f6c14e2c03c886b99a056ae88654ba717
https://github.com/w3c/webauthn/commit/4561e48f6c14e2c03c886b99a056ae88654ba717
Author: J.C. Jones <jc@mozilla.com>
Date: 2019-07-31 (Wed, 31 Jul 2019)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1244 from agl/appidexclude
Add “appidExclude” extension.
Compare: https://github.com/w3c/webauthn/compare/3ad7ad71bae0...4561e48f6c14
Received on Wednesday, 31 July 2019 19:14:12 UTC