- From: GitHub <noreply@github.com>
- Date: Wed, 22 Nov 2017 10:36:44 -0800
- To: public-webauthn@w3.org
- Message-ID: <5a15c3bc85c9d_770a3ff8ed3b5c24162649@hookshot-fe2-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/issue-668
  Home:   https://github.com/w3c/webauthn
  Commit: 1c1a111f018b0321f6d508c8db2c703533ef70b9
      https://github.com/w3c/webauthn/commit/1c1a111f018b0321f6d508c8db2c703533ef70b9
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-04 (Sat, 04 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Add UV parameter to getAssertion operation
  Commit: 1d2d0e5c25d1c26b07d871a20e76f5d5d414be95
      https://github.com/w3c/webauthn/commit/1d2d0e5c25d1c26b07d871a20e76f5d5d414be95
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-04 (Sat, 04 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix indentation
  Commit: 48226c7aa5a9d167a8d78970916390415b3d98c2
      https://github.com/w3c/webauthn/commit/48226c7aa5a9d167a8d78970916390415b3d98c2
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-04 (Sat, 04 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Always require UP or UV for authenticator operations
  Commit: d0b43a66dc4c8b40a77970beda160f8ddffcb7db
      https://github.com/w3c/webauthn/commit/d0b43a66dc4c8b40a77970beda160f8ddffcb7db
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-04 (Sat, 04 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Make requireUserVerification enum instead of Boolean
  Commit: ef015fa96e93bb1a1f64b7a6718c40cc0695efa6
      https://github.com/w3c/webauthn/commit/ef015fa96e93bb1a1f64b7a6718c40cc0695efa6
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Improve formulation of UP/UV requirement in authenticator operations
  Commit: 81f94455bf8ce41207b8ba4771f788101a6be0ec
      https://github.com/w3c/webauthn/commit/81f94455bf8ce41207b8ba4771f788101a6be0ec
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Remove duplicated error return instruction
  Commit: 76d6e0df5d589ea4f005aa2f25c5d7c44d20b0c0
      https://github.com/w3c/webauthn/commit/76d6e0df5d589ea4f005aa2f25c5d7c44d20b0c0
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Add dfn links to occurences of "user consent"
  Commit: af7da2de7c6cd71b32f5d0e875317b6dd89fbff0
      https://github.com/w3c/webauthn/commit/af7da2de7c6cd71b32f5d0e875317b6dd89fbff0
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Move UserVerificationRequirement to supporting data structures
  Commit: 330552ff0e2f88e664494ef71b4e278f32cfe8fa
      https://github.com/w3c/webauthn/commit/330552ff0e2f88e664494ef71b4e278f32cfe8fa
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Remove authenticatorSelection from get() options and pass UV parameter standalone
It's just confusing to send the whole `AuthenticatorSelectionCriteria`
structure but ignore of forbid 2 of the 3 members. If those additional
parameters should be added in the future, that will probably be a
breaking change anyway.
  Commit: 20e5a52d28bc089d3c5b504ede37d39cda99f2d5
      https://github.com/w3c/webauthn/commit/20e5a52d28bc089d3c5b504ede37d39cda99f2d5
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix reference to |rpEntity| and |userEntity| in authenticatorGetAssertion
  Commit: dbca08d39510c52d6cb9695aebebc997a135285a
      https://github.com/w3c/webauthn/commit/dbca08d39510c52d6cb9695aebebc997a135285a
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix typo
  Commit: c6f07a5ac214f661c79aaf49b9e42bf2e27aa7ac
      https://github.com/w3c/webauthn/commit/c6f07a5ac214f661c79aaf49b9e42bf2e27aa7ac
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-06 (Mon, 06 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Remove redundant "if present" from requireUserVerification description
  Commit: 7a134d5a8fa83beacde02eacef5bd6f25b9c3dac
      https://github.com/w3c/webauthn/commit/7a134d5a8fa83beacde02eacef5bd6f25b9c3dac
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Change requireUserVerification default to "wanted"
  Commit: 148a04032d2f61d05233b19e4ee393c2b93c6db8
      https://github.com/w3c/webauthn/commit/148a04032d2f61d05233b19e4ee393c2b93c6db8
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Rename UserVerificationRequirement."wanted" to "preferred"
  Commit: e08368c217dcdc83fd51be5d569c9f852c85e2ea
      https://github.com/w3c/webauthn/commit/e08368c217dcdc83fd51be5d569c9f852c85e2ea
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Rename UserVerificationRequirement."not-wanted" to "discouraged"
  Commit: 9a3e24b09fc2c7bffa200131d7ef3bf70335f946
      https://github.com/w3c/webauthn/commit/9a3e24b09fc2c7bffa200131d7ef3bf70335f946
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Make UP and UV independent again
  Commit: bae7b0564f135b29d8b71bd20df349224a313b22
      https://github.com/w3c/webauthn/commit/bae7b0564f135b29d8b71bd20df349224a313b22
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-11-08 (Wed, 08 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge branch 'master' into issue-644
  Commit: fc2c7b8ad29eadef42ec379c4e410aaa5820f0a1
      https://github.com/w3c/webauthn/commit/fc2c7b8ad29eadef42ec379c4e410aaa5820f0a1
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Format |userVerification| decisions as switches
  Commit: 78431f5efd90b59be2bdc2f3c8ea934618fe7ded
      https://github.com/w3c/webauthn/commit/78431f5efd90b59be2bdc2f3c8ea934618fe7ded
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Address review comments on minor wordings
  Commit: 4c7d6f6da3369b4abf034427a236a6416d3714dd
      https://github.com/w3c/webauthn/commit/4c7d6f6da3369b4abf034427a236a6416d3714dd
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Address review comments on code style
  Commit: a2c99a513ad0b38c9d2cca60951d0384cd51f2e0
      https://github.com/w3c/webauthn/commit/a2c99a513ad0b38c9d2cca60951d0384cd51f2e0
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix list numbering accidentally broken by fc2c7b8
  Commit: b689825eb7d98e3a1284382ba6dd82be287b6eb4
      https://github.com/w3c/webauthn/commit/b689825eb7d98e3a1284382ba6dd82be287b6eb4
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Make authenticatorMakeCredential always use UV if possible
  Commit: b897592aecebd0fc723954e78d703c6025333078
      https://github.com/w3c/webauthn/commit/b897592aecebd0fc723954e78d703c6025333078
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Remove redundant check of support for requireUserVerification
  Commit: f271306def3dbd9bc9e249d49c9c94ce4d72d717
      https://github.com/w3c/webauthn/commit/f271306def3dbd9bc9e249d49c9c94ce4d72d717
  Author: JeffH <Jeff.Hodges@PayPal.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  merge from master & fix conflicts
  Commit: 14d08ce5e223bb4312550a3d75763305d193f1ae
      https://github.com/w3c/webauthn/commit/14d08ce5e223bb4312550a3d75763305d193f1ae
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix broken variable member references
  Commit: 6eeaa4d6cc5433d33eb5550528365acb45339b10
      https://github.com/w3c/webauthn/commit/6eeaa4d6cc5433d33eb5550528365acb45339b10
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix instructions for UV in authenticatorGetAssertion
  Commit: b59da77c0a50680e49b4b3716df1710cb196acd3
      https://github.com/w3c/webauthn/commit/b59da77c0a50680e49b4b3716df1710cb196acd3
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix a reference to the wrong requireUserVerification member
  Commit: b245b72221568403cb197270bfd4715ed5098869
      https://github.com/w3c/webauthn/commit/b245b72221568403cb197270bfd4715ed5098869
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Rename PublicKeyCredentialRequestOptions.requireUserVerification to userVerification
  Commit: 8ee7f25dc622742bd4003b2a615f167e9c68c800
      https://github.com/w3c/webauthn/commit/8ee7f25dc622742bd4003b2a615f167e9c68c800
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-09 (Thu, 09 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge branch 'master' into issue-644
  Commit: 8d261e9c57d700fbcb4ef97f08ea0979da45d9e7
      https://github.com/w3c/webauthn/commit/8d261e9c57d700fbcb4ef97f08ea0979da45d9e7
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-10 (Fri, 10 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge branch 'master' into issue-644
  Commit: 4a8f028c85a260cdcd41b1fd07dcd2f73cb4a6f6
      https://github.com/w3c/webauthn/commit/4a8f028c85a260cdcd41b1fd07dcd2f73cb4a6f6
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-10 (Fri, 10 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Revert "Make authenticatorMakeCredential always use UV if possible"
This reverts commit b689825eb7d98e3a1284382ba6dd82be287b6eb4.
  Commit: 0380327385bab3e3b477d975d1d0b9711fb554c2
      https://github.com/w3c/webauthn/commit/0380327385bab3e3b477d975d1d0b9711fb554c2
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-10 (Fri, 10 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Remove duplicated UV step from authenticatorMakeCredential
  Commit: a51550386b9ab422d0ff1c895487fe23afa8135f
      https://github.com/w3c/webauthn/commit/a51550386b9ab422d0ff1c895487fe23afa8135f
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-10 (Fri, 10 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Move UserVerificationRequirement subsection to last in its section
To avoid changing the number of all the other subsections...
  Commit: 2969b37b04e8ea3d977020b30170cb32e8e1cf45
      https://github.com/w3c/webauthn/commit/2969b37b04e8ea3d977020b30170cb32e8e1cf45
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-10 (Fri, 10 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Address editorial review comments
  Commit: 5b98d1d052cede8dcb2d06f94b75b19a276d29b6
      https://github.com/w3c/webauthn/commit/5b98d1d052cede8dcb2d06f94b75b19a276d29b6
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-13 (Mon, 13 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix initial part of step 18 of credentials.get()
  Commit: ba242b9d5f7ea2b3534618d4d31890d5f993ae56
      https://github.com/w3c/webauthn/commit/ba242b9d5f7ea2b3534618d4d31890d5f993ae56
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-14 (Tue, 14 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Don't always require UV for first factor authenticatorGetAssertion
This requirement isn't compatible with the current CTAP2 draft.
  Commit: 7f831e3c7ebf669041c6413acc8005c3efa0eb8b
      https://github.com/w3c/webauthn/commit/7f831e3c7ebf669041c6413acc8005c3efa0eb8b
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-14 (Tue, 14 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Align authenticator operations' UP/UV behaviour with CTAP2
  Commit: 46d6c51d7908a0f879c32586d3a09a4ccf1ee903
      https://github.com/w3c/webauthn/commit/46d6c51d7908a0f879c32586d3a09a4ccf1ee903
  Author: rlin1 <rolf@noknok.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  more consistency: add Get name to section 5.1.4
  Commit: ea30a3319ac43765d8eef605fc49cbe66568f165
      https://github.com/w3c/webauthn/commit/ea30a3319ac43765d8eef605fc49cbe66568f165
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix plural
  Commit: 3d352c7c29c86bb94fe9fa001edff8865dd4b58d
      https://github.com/w3c/webauthn/commit/3d352c7c29c86bb94fe9fa001edff8865dd4b58d
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Prompt for credential selection only if more than one eligible
Per review comment by @rlin1.
  Commit: f6358cf71495e8e2a388dc86d3b465683a5317ad
      https://github.com/w3c/webauthn/commit/f6358cf71495e8e2a388dc86d3b465683a5317ad
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Use Infra list terms in authenticatorGetAssertion
  Commit: 05f4b23cda33c8bf7c162652583bc0fd91127331
      https://github.com/w3c/webauthn/commit/05f4b23cda33c8bf7c162652583bc0fd91127331
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Use Infra list terms in authenticatorGetAssertion
  Commit: 3985dd18d2d6c1d54dae21c78d255314f4354095
      https://github.com/w3c/webauthn/commit/3985dd18d2d6c1d54dae21c78d255314f4354095
  Author: Mike Jones <Michael.Jones@microsoft.com>
  Date:   2017-11-16 (Thu, 16 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Add RSASSA-PKCS1-v1_5 w/ SHA1 for TPM attestations and correct TPM signing/verification text (#690)
  Commit: e51726412fd0cc25ed49be2d301be86d58296f04
      https://github.com/w3c/webauthn/commit/e51726412fd0cc25ed49be2d301be86d58296f04
  Author: Emil Lundberg <lundberg.emil@gmail.com>
  Date:   2017-11-20 (Mon, 20 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge pull request #672 from w3c/issue-644
Fix #644: Add UV parameter to getAssertion
  Commit: 705e3d8ac02d86482398a2530b46b552222d47f2
      https://github.com/w3c/webauthn/commit/705e3d8ac02d86482398a2530b46b552222d47f2
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-20 (Mon, 20 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Fix references to |authenticatorSelection| members in step ยง5.1.3.18
  Commit: 7b5b19555d7fb44db145a5ddb1c3383a2fa00bcb
      https://github.com/w3c/webauthn/commit/7b5b19555d7fb44db145a5ddb1c3383a2fa00bcb
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-20 (Mon, 20 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge branch 'master' into issue-692
  Commit: 311d50fd96a95c2cee934430227f9aa0d11c2f35
      https://github.com/w3c/webauthn/commit/311d50fd96a95c2cee934430227f9aa0d11c2f35
  Author: Emil Lundberg <lundberg.emil@gmail.com>
  Date:   2017-11-21 (Tue, 21 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge pull request #696 from w3c/issue-692
Fix issue #692
  Commit: cc943646ae5e63c69907578bd5a2c2daae700ba9
      https://github.com/w3c/webauthn/commit/cc943646ae5e63c69907578bd5a2c2daae700ba9
  Author: =JeffH <Jeff.Hodges@KingsMountain.com>
  Date:   2017-11-21 (Tue, 21 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  fix comments in pre blocks and other linking errors (#697)
* remove comments from <pre> blocks
* add missing close div tag in #storeCredential
* fix warning wrt  var usage in authenticatorMakeCredential input params
* fix 'challenge' linking error
  Commit: 81fdc9a301f02e2324945cf9cbe05245e69c6a29
      https://github.com/w3c/webauthn/commit/81fdc9a301f02e2324945cf9cbe05245e69c6a29
  Author: =JeffH <Jeff.Hodges@KingsMountain.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  build on Adding a choice for RP to express preferences for attestation types (#693)
* Adding a choice for RP to express preferences for attestation types
Adding a choice for RP to express preferences for attestation types. "low-cost" means don't bother the user to get the attestation, don't do a network roundtrip, etc., even if that means that we won't end up with a meaningful attestation (i.e., even if we only get self-attestation). "verifiable" means that the RP wants a verifiable attestation, even if that means that the user agent needs to connect to the Privacy CA, collect user consent, wait for ECDAA signatures to finish, etc.
* Update index.bs
* Update index.bs
* Added a third option
And changed "low-cost" to "none".
* adding client processing rules...
...for the attestation preferences.
* typo
* typos
* PR 636: rename several items and remove prescriptive wording about UI.
* Addressing akshayku's comments on previous change.
* attestationPresentationPreference -> attestationConveyancePreference
* refine/polich switch stmt
* more refining
* refining AttestationConveyancePreference section
* polish AttestationConveyancePreference section, plus make BS happy
* add issue
* make BS happy
* polish
* need to define 'blinding'
* editorial polish
* fix up MakePublicKeyCredentialOptions.attestation description, remove line-ending blanks
* make BS happy - no comments in <pre> blocks, define attestation conveyance
* adapt commit 825cce7 language
* move attestation conveyance \<dfn>
* address jyasskin comments, thx!
  Commit: 223534e4ac67f31bbcc5d3a2ca263d9921167ea3
      https://github.com/w3c/webauthn/commit/223534e4ac67f31bbcc5d3a2ca263d9921167ea3
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Don't require UP when UV is required for registration
  Commit: 18be68bed0e7038bc1049dbafc56e8bc82576407
      https://github.com/w3c/webauthn/commit/18be68bed0e7038bc1049dbafc56e8bc82576407
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Merge branch 'master' into issue-668
  Commit: 48e0a1d451a72ddd95a3030197a5201f235392d0
      https://github.com/w3c/webauthn/commit/48e0a1d451a72ddd95a3030197a5201f235392d0
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-11-22 (Wed, 22 Nov 2017)
  Changed paths:
    M index.bs
  Log Message:
  -----------
  Always require UV or UP in RP assertion verification
Compare: https://github.com/w3c/webauthn/compare/213cbbf3d276...48e0a1d451a7
Received on Wednesday, 22 November 2017 18:39:44 UTC