[w3c/webauthn] 6e0716: Fix #574 - Change language for Create and Get to s...

  Branch: refs/heads/master
  Home:   https://github.com/w3c/webauthn
  Commit: 6e0716f1f38c7a89b4bc8d1539d215e43b6a6bf0
      https://github.com/w3c/webauthn/commit/6e0716f1f38c7a89b4bc8d1539d215e43b6a6bf0
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix #574 - Change language for Create and Get to support hotplugging

This is an incomplete fix; a full fix is intended to be handled in Issue #613.

This reorders the Create and Get operations to indicate that the algorithms for
interacting with devices should be applied as devices are hotplugged / arrive.
It does not specify what happens when devices are removed, nor does it use
precise language. I'm not sure what language would be appropriate in this world,
so this patch is just to make things "better" not "correct".

Resolve @equalsJeffH's comments:

1. Define |lifetimeTimer| and make it available to the line that starts the
   hotplugging
2. Use the |lifetimeTimer| for references later in those algorithms to reduce
   confusion
3. Reword the Notes
4. Change the Notes to Issues


  Commit: 7bc3a3e7bb24fbb9c3def88ffd956f47a78226c0
      https://github.com/w3c/webauthn/commit/7bc3a3e7bb24fbb9c3def88ffd956f47a78226c0
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Address @AngeloKai's comments


  Commit: df88d55d3c4d6133c744eaa4cab25a59571ecb84
      https://github.com/w3c/webauthn/commit/df88d55d3c4d6133c744eaa4cab25a59571ecb84
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Address @AngeloKai's comments about lifetimeTimer


  Commit: 83da7ff458cff646e9f8773a90a8f767b9c3f36d
      https://github.com/w3c/webauthn/commit/83da7ff458cff646e9f8773a90a8f767b9c3f36d
  Author: J.C. Jones <jc@mozilla.com>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Last minute nitfixes


  Commit: 579f6cfe6247606ca7e1ffb455ad9964a4ee9c80
      https://github.com/w3c/webauthn/commit/579f6cfe6247606ca7e1ffb455ad9964a4ee9c80
  Author: J.C. Jones <james.jc.jones@gmail.com>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #655 from jcjones/574-hotplugging

Fix #574 - Change language for Create and Get to support hotplugging


Compare: https://github.com/w3c/webauthn/compare/01aa320dfad0...579f6cfe6247

Received on Friday, 20 October 2017 22:06:46 UTC