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

agl has just submitted a new pull request 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!

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 Thursday, 4 May 2023 17:25:01 UTC