- From: Adam Langley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 May 2023 17:24:22 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by agl to 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! by Adam Langley https://github.com/w3c/webauthn/commit/3161ff93b0e85edaa1939d79e1dc012d827d435c -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 4 May 2023 17:24:23 UTC