Closed stephenmcgruer closed 1 year ago
(I believe the build fails because the corresponding WebAuthn PR is not landed, so the dfn reference isn't there yet)
cc @ve7jtb , who I believe wished to make sure that this was compatible with the previous L2 discussion on what create() in a cross-origin iframe would look like (particularly the permission policy name, I believe).
يضيف هذا PR دعما لسياسة الأذونات ، لدعم w3c / webauthn # 1801
publickey-credentials-create
انظر أيضا w3c/webauthn#1656
(Closing/opening just to kick the CI into re-running)
So the CI is broken because the navigation re-write in HTML (https://github.com/whatwg/html/pull/6315) un-exported the concept of a parent browsing context
, and so the entire webappsec-credential-management spec will no longer build. Guidance from HTML folks is that the spec should be talking in terms of Navigables instead of browsing contexts, which I don't immediately understand very well 🤣
This is not related to this PR, so my suggestion is that we ignore the failing CI here and open an issue to track the failing build - wdyt @nsatragno ?
SGTM
This PR adds support for
publickey-credentials-create
permission policy, to support https://github.com/w3c/webauthn/pull/1801See also https://github.com/w3c/webauthn/issues/1656
Preview | Diff