[w3c/webauthn] d448eb: Don't say user handle is optional in Public Key Cr...

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: d448eb3a2da0b5682cdf98c10c6a3ee5d399d667
      https://github.com/w3c/webauthn/commit/d448eb3a2da0b5682cdf98c10c6a3ee5d399d667
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Don't say user handle is optional in Public Key Credential Source definition

This resolves #720.


  Commit: 3b2a1d141cbd8f2954f073a6b6598d954398a986
      https://github.com/w3c/webauthn/commit/3b2a1d141cbd8f2954f073a6b6598d954398a986
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-12-20 (Wed, 20 Dec 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Don't return user handle in getAssertion in 2nd factor mode

As stated in
https://github.com/w3c/webauthn/pull/558#issuecomment-331537953 and
https://github.com/w3c/webauthn/pull/558#issuecomment-330592503 the user
handle should not be returned when operating in 2nd factor mode (i.e.,
when given a non-empty `allowCredentials` list).


  Commit: 3938fc136da36ba518809b7ba9df476360173cf0
      https://github.com/w3c/webauthn/commit/3938fc136da36ba518809b7ba9df476360173cf0
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Address review comments by @akshayku


  Commit: 609d28a34bc5ff9b96c10f17db308268f9aa4ec5
      https://github.com/w3c/webauthn/commit/609d28a34bc5ff9b96c10f17db308268f9aa4ec5
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  CTAP alignment: Make storing user handle optional for non-resident keys

CTAP's [authenticatorMakeCredential][1] method stores the `user`
parameter only for resident credentials.

[1]: https://fidoalliance.org/specs/fido-v2.0-rd-20170927/fido-client-to-authenticator-protocol-v2.0-rd-20170927.html#h3_authenticatorMakeCredential


  Commit: 684581f714e3a4c10f07f63db5233751e9bbf3a2
      https://github.com/w3c/webauthn/commit/684581f714e3a4c10f07f63db5233751e9bbf3a2
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2017-12-25 (Mon, 25 Dec 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Revert "Don't say user handle is optional in Public Key Credential Source definition"

This reverts commit d448eb3a2da0b5682cdf98c10c6a3ee5d399d667.


  Commit: f3e8afbad0d20ede932bb483be9e91ed01df1b6f
      https://github.com/w3c/webauthn/commit/f3e8afbad0d20ede932bb483be9e91ed01df1b6f
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Address one of @equalsJeffH's review comments


  Commit: 5948f3bea8d5ae5fd7137dadce20b1c3e267d6e5
      https://github.com/w3c/webauthn/commit/5948f3bea8d5ae5fd7137dadce20b1c3e267d6e5
  Author: Emil Lundberg <emil@emlun.se>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #730 from w3c/issue-720-user-handle-optional

Fix #720: Align user handle management with CTAP


Compare: https://github.com/w3c/webauthn/compare/7be2d3df6c93...5948f3bea8d5

Received on Wednesday, 3 January 2018 18:48:12 UTC