[w3c/webauthn] 2ccb9f: Change definition type of credential record items ...

  Branch: refs/heads/main
  Home:   https://github.com/w3c/webauthn
  Commit: 2ccb9f820fe7fbb2c9dbf942a3013a93ef06596b
      https://github.com/w3c/webauthn/commit/2ccb9f820fe7fbb2c9dbf942a3013a93ef06596b
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Change definition type of credential record items to abstract-op

This will help avoid conflicts with existing definitions, including [=scope=],
as we introduce a struct for devicePubKey records as well.


  Commit: 05fe54d5cebd4aaeb958eefd64f83aad831d2edf
      https://github.com/w3c/webauthn/commit/05fe54d5cebd4aaeb958eefd64f83aad831d2edf
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Move state updates to last in in RP verification steps

The state should be updated only after verifying the signature. This change will
be useful for the devicePubKey branch.


  Commit: d5873cf2a7ee4ba4a97c5f336c2b480926a59eae
      https://github.com/w3c/webauthn/commit/d5873cf2a7ee4ba4a97c5f336c2b480926a59eae
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #1807 from w3c/verify-assertion-update-order

Move state updates to last in RP verification steps


Compare: https://github.com/w3c/webauthn/compare/c7a3c121e729...d5873cf2a7ee

Received on Wednesday, 5 October 2022 20:01:06 UTC