[w3c/webauthn] da01fd: Include this "Easily accessing credential data" fi...

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

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Include this "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:07 UTC