- From: Matthew Miller via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Jun 2023 19:17:10 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by MasterKale 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 * Update in light of Matt's comments. by Adam Langley https://github.com/w3c/webauthn/commit/6ea51efeb5519b00daf4276f55fbb712152a1d12 * Use spaces, not tabs, to match up by Adam Langley https://github.com/w3c/webauthn/commit/0a7a05d3e9648c2f59184a80fd0b32aac78ecfa6 * Update index.bs Co-authored-by: Emil Lundberg <emil@yubico.com> by Adam Langley https://github.com/w3c/webauthn/commit/5d62f33a9bf61c5e4fff6006a7cc36871fbd91cf * Merge pull request #1887 from w3c/jsoneasy Include the "Easily accessing credential data" fields in JSON. by Matthew Miller https://github.com/w3c/webauthn/commit/e0aedf348987147cebe10b1c1c38ef2cdbac88b6 * Add missing instructions for populating new JSON fields by Emil Lundberg https://github.com/w3c/webauthn/commit/fe4d21f6cf374c2a6d726d1e0644c10acbf3e06d * Merge pull request #1906 from w3c/json Merge #1887 into main by Matthew Miller https://github.com/w3c/webauthn/commit/de9ca6bead8d94f3b051fa42e8068f9aa8032656 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 June 2023 19:17:12 UTC