[webkit-changes] [WebKit/WebKit] 692085: Passkey access groups

Commit Queue noreply at github.com
Mon Mar 27 12:23:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 692085fef038e6da61320f39459e3de6756f5320
      https://github.com/WebKit/WebKit/commit/692085fef038e6da61320f39459e3de6756f5320
  Author: Jason Lee <jlee32 at apple.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M Source/WebCore/Modules/webauthn/AuthenticatorAssertionResponse.h
    M Source/WebKit/UIProcess/API/APIWebAuthenticationAssertionResponse.h
    M Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationAssertionResponse.h
    M Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationAssertionResponse.mm
    M Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm

  Log Message:
  -----------
  Passkey access groups
https://bugs.webkit.org/show_bug.cgi?id=254082
rdar://105987226

Reviewed by J Pascoe.

Add access group to AuthenticatorAssertionResponse.

* Source/WebCore/Modules/webauthn/AuthenticatorAssertionResponse.h:
(WebCore::AuthenticatorAssertionResponse::accessGroup const):
(WebCore::AuthenticatorAssertionResponse::setAccessGroup):
* Source/WebKit/UIProcess/API/APIWebAuthenticationAssertionResponse.h:
* Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationAssertionResponse.h:
* Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationAssertionResponse.mm:
(-[_WKWebAuthenticationAssertionResponse accessGroup]):
* Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm:
(WebKit::LocalAuthenticatorInternal::getExistingCredentials):

Canonical link: https://commits.webkit.org/262167@main




More information about the webkit-changes mailing list