[webauthn] Merged Pull Request: Include the "Easily accessing credential data" fields in JSON.

MasterKale has just merged agl's pull request 1887 for https://github.com/w3c/webauthn:

== 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!


<!--
    This comment and the below content is programmatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1887.html" title="Last updated on May 17, 2023, 7:12 PM UTC (5d62f33)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1887/dbd8df4...5d62f33.html" title="Last updated on May 17, 2023, 7:12 PM UTC (5d62f33)">Diff</a>

See https://github.com/w3c/webauthn/pull/1887


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 14 June 2023 19:52:21 UTC