- From: Adam Langley <noreply@github.com>
- Date: Sat, 20 Aug 2022 15:00:50 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/jeffh-fix-1658-device-bound-key-extension Home: https://github.com/w3c/webauthn Commit: ec03d4da8d88cd797a3c003c0212cc1beb438f4e https://github.com/w3c/webauthn/commit/ec03d4da8d88cd797a3c003c0212cc1beb438f4e Author: Adam Langley <agl@imperialviolet.org> Date: 2022-08-20 (Sat, 20 Aug 2022) Changed paths: M index.bs Log Message: ----------- Have the authenticator output a bytestring, not a map. The platform generally echos the authenticator extension outputs in its own extension output and DPK does the same. In order to avoid either replicating the DPK output structure into IDL, or having the platforms re-encode it, have the authenticators produce a byte string containing the encoded map. The platform can then copy the byte string verbatim.
Received on Saturday, 20 August 2022 22:01:03 UTC