- From: Adam Langley <noreply@github.com>
- Date: Fri, 25 Aug 2023 07:03:25 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main Home: https://github.com/w3c/webauthn Commit: ef8630c91f8d074ae51b5c03662d99c9ecd2eb5c https://github.com/w3c/webauthn/commit/ef8630c91f8d074ae51b5c03662d99c9ecd2eb5c Author: Adam Langley <agl@imperialviolet.org> Date: 2023-05-01 (Mon, 01 May 2023) Changed paths: M index.bs Log Message: ----------- Add a `hints` element for both `create` and `get`. As discussed at the face-to-face meeting of the working group on 2023-04-21, this change adds a `hints` element to both sets of options in order to allow sites to guide user agents in how best to complete the request. Commit: 44e5b9f8e7de7991ae6dc4f20c004eb034729dee https://github.com/w3c/webauthn/commit/44e5b9f8e7de7991ae6dc4f20c004eb034729dee Author: Adam Langley <agl@google.com> Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M index.bs Log Message: ----------- Apply suggestions from code review Co-authored-by: Emil Lundberg <emil@yubico.com> Commit: c2a7fe45fd6b0b3c5c29285859bdacfb547a1835 https://github.com/w3c/webauthn/commit/c2a7fe45fd6b0b3c5c29285859bdacfb547a1835 Author: Adam Langley <agl@imperialviolet.org> Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M index.bs Log Message: ----------- Various updates Commit: cd4bded4fdbb6d094a2d698dc4b2b5221ef221b3 https://github.com/w3c/webauthn/commit/cd4bded4fdbb6d094a2d698dc4b2b5221ef221b3 Author: Adam Langley <agl@chromium.org> Date: 2023-06-12 (Mon, 12 Jun 2023) Changed paths: M index.bs Log Message: ----------- Update hints PR to reflect WG discussions. Commit: c5064efd6780bafc35597abdba082d625408de6f https://github.com/w3c/webauthn/commit/c5064efd6780bafc35597abdba082d625408de6f Author: Adam Langley <agl@chromium.org> Date: 2023-07-11 (Tue, 11 Jul 2023) Changed paths: M index.bs Log Message: ----------- Clarify that the platform authenticator must be local. Since hybrid allows remote platform authenticators to be used, the previous wording was potentially ambiguous. Commit: 5e60df6e2821e5521e1ae4d9bdf238e56214f56e https://github.com/w3c/webauthn/commit/5e60df6e2821e5521e1ae4d9bdf238e56214f56e Author: Adam Langley <agl@chromium.org> Date: 2023-07-12 (Wed, 12 Jul 2023) Changed paths: M index.bs Log Message: ----------- "client device" -> "local device" I missed, when looking that the spec has a definition for "client device" already. Based on discussions in the WG, we want to use the already-defined term rather than invent a new alias. Commit: eaa92273c6e1f3b873a8d265c4c18502f5cfce23 https://github.com/w3c/webauthn/commit/eaa92273c6e1f3b873a8d265c4c18502f5cfce23 Author: Adam Langley <agl@google.com> Date: 2023-08-16 (Wed, 16 Aug 2023) Changed paths: M index.bs Log Message: ----------- Apply emlun's suggestion. Co-authored-by: Emil Lundberg <emil@yubico.com> Commit: 424e917fdb2175cb6501a19324061633c7084afe https://github.com/w3c/webauthn/commit/424e917fdb2175cb6501a19324061633c7084afe Author: Adam Langley <agl@chromium.org> Date: 2023-08-25 (Fri, 25 Aug 2023) Changed paths: M index.bs Log Message: ----------- Merge branch 'main' into hints Commit: 410d0f7ccf601c1e6eb8ab87d18e260ac430daff https://github.com/w3c/webauthn/commit/410d0f7ccf601c1e6eb8ab87d18e260ac430daff Author: Adam Langley <agl@google.com> Date: 2023-08-25 (Fri, 25 Aug 2023) Changed paths: M index.bs Log Message: ----------- Merge pull request #1884 from w3c/hints Add a `hints` element for both `create` and `get`. Compare: https://github.com/w3c/webauthn/compare/bd68fbf48628...410d0f7ccf60
Received on Friday, 25 August 2023 14:03:32 UTC