- From: Matthew Miller <noreply@github.com>
- Date: Wed, 14 Jun 2023 12:52:30 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/json
Home: https://github.com/w3c/webauthn
Commit: 3161ff93b0e85edaa1939d79e1dc012d827d435c
https://github.com/w3c/webauthn/commit/3161ff93b0e85edaa1939d79e1dc012d827d435c
Author: Adam Langley <agl@imperialviolet.org>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M index.bs
Log Message:
-----------
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!
Commit: 6ea51efeb5519b00daf4276f55fbb712152a1d12
https://github.com/w3c/webauthn/commit/6ea51efeb5519b00daf4276f55fbb712152a1d12
Author: Adam Langley <agl@chromium.org>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M index.bs
Log Message:
-----------
Update in light of Matt's comments.
Commit: 0a7a05d3e9648c2f59184a80fd0b32aac78ecfa6
https://github.com/w3c/webauthn/commit/0a7a05d3e9648c2f59184a80fd0b32aac78ecfa6
Author: Adam Langley <agl@chromium.org>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M index.bs
Log Message:
-----------
Use spaces, not tabs, to match up
Commit: 5d62f33a9bf61c5e4fff6006a7cc36871fbd91cf
https://github.com/w3c/webauthn/commit/5d62f33a9bf61c5e4fff6006a7cc36871fbd91cf
Author: Adam Langley <agl@google.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M index.bs
Log Message:
-----------
Update index.bs
Co-authored-by: Emil Lundberg <emil@yubico.com>
Commit: e0aedf348987147cebe10b1c1c38ef2cdbac88b6
https://github.com/w3c/webauthn/commit/e0aedf348987147cebe10b1c1c38ef2cdbac88b6
Author: Matthew Miller <mmiller@duosecurity.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1887 from w3c/jsoneasy
Include the "Easily accessing credential data" fields in JSON.
Compare: https://github.com/w3c/webauthn/compare/dbd8df4cde6e...e0aedf348987
Received on Wednesday, 14 June 2023 19:52:35 UTC