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

  Branch: refs/heads/jsoneasy
  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!

Received on Thursday, 4 May 2023 17:24:36 UTC