[w3c/webauthn] 3161ff: Include the "Easily accessing credential data" fie...

  Branch: refs/heads/main
  Home:   https://github.com/w3c/webauthn
  Commit: 3161ff93b0e85edaa1939d79e1dc012d827d435c
      https://github.com/w3c/webauthn/commit/3161ff93b0e85edaa1939d79e1dc012d827d435c
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Include the "Easily accessing credential data" fields in JSON.

The WebAuthn API provides accessors to get the SPKI-formatted public key
and authenticator data without needing to parse CBOR or handle COSE.
However, the JSON structures, prior to this change, didn't include these
values giving users an unfortunate choice: either use the accessors and
do the JSON encoding yourself, or use the provided `toJSON` function.

But we can have both!


  Commit: 6ea51efeb5519b00daf4276f55fbb712152a1d12
      https://github.com/w3c/webauthn/commit/6ea51efeb5519b00daf4276f55fbb712152a1d12
  Author: Adam Langley <agl@chromium.org>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Update in light of Matt's comments.


  Commit: 0a7a05d3e9648c2f59184a80fd0b32aac78ecfa6
      https://github.com/w3c/webauthn/commit/0a7a05d3e9648c2f59184a80fd0b32aac78ecfa6
  Author: Adam Langley <agl@chromium.org>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Use spaces, not tabs, to match up


  Commit: 5d62f33a9bf61c5e4fff6006a7cc36871fbd91cf
      https://github.com/w3c/webauthn/commit/5d62f33a9bf61c5e4fff6006a7cc36871fbd91cf
  Author: Adam Langley <agl@google.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Update index.bs

Co-authored-by: Emil Lundberg <emil@yubico.com>


  Commit: e0aedf348987147cebe10b1c1c38ef2cdbac88b6
      https://github.com/w3c/webauthn/commit/e0aedf348987147cebe10b1c1c38ef2cdbac88b6
  Author: Matthew Miller <mmiller@duosecurity.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #1887 from w3c/jsoneasy

Include the "Easily accessing credential data" fields in JSON.


  Commit: fe4d21f6cf374c2a6d726d1e0644c10acbf3e06d
      https://github.com/w3c/webauthn/commit/fe4d21f6cf374c2a6d726d1e0644c10acbf3e06d
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Add missing instructions for populating new JSON fields


  Commit: de9ca6bead8d94f3b051fa42e8068f9aa8032656
      https://github.com/w3c/webauthn/commit/de9ca6bead8d94f3b051fa42e8068f9aa8032656
  Author: Matthew Miller <mmiller@duosecurity.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #1906 from w3c/json

Merge #1887 into main


Compare: https://github.com/w3c/webauthn/compare/6dfbdbaad842...de9ca6bead8d

Received on Wednesday, 28 June 2023 19:17:27 UTC