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

  Branch: refs/heads/json2
  Home:   https://github.com/w3c/webauthn
  Commit: 5c9e1cfde3c5ddafc790a49f56a86d30f26c0e77
      https://github.com/w3c/webauthn/commit/5c9e1cfde3c5ddafc790a49f56a86d30f26c0e77
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2023-04-11 (Tue, 11 Apr 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 Tuesday, 11 April 2023 23:02:50 UTC