- From: Nick Steele via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Oct 2024 18:15:44 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by nicksteele to https://github.com/w3c/webauthn: * Don't return an algorithm from [[DiscoverFromExternalSource]] This initialization of |settings| and |global| is copied from the equivalent steps of [§2.5.4. Create a Credential][1] in CredMan, which sets the arguments used to invoke the |constructCredentialAlg| in WebAuthn's [[Create]]: >Let |settings| be the [current settings object][2]. > >Assert: |settings| is a [secure context][3]. > >Let |global| be |settings|’ [global object][4]. [1]: https://w3c.github.io/webappsec-credential-management/#algorithm-create [2]: https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object [3]: https://html.spec.whatwg.org/multipage/webappapis.html#secure-context [4]: https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global by Emil Lundberg https://github.com/w3c/webauthn/commit/bdcb938b242ff8b7a9ec74f1afdfcc54a14cc3c1 * Merge pull request #2168 from w3c/issue-1984-get-return-alg Don't return an algorithm from [[DiscoverFromExternalSource]] by Nick Steele https://github.com/w3c/webauthn/commit/9f20a4d3a7fa8163432627f7b909e5c6871211f0 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 9 October 2024 18:15:45 UTC