Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e10b0d93ce7b98efa25ad94db116f0079e98acea
https://github.com/WebKit/WebKit/commit/e10b0d93ce7b98efa25ad94db116f0079e98acea
Author: Jason Lee <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h
M Source/WebKit/UIProcess/WebAuthentication/AuthenticatorManager.cpp
M
Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticationPanelClient.mm
M Source/WebKit/UIProcess/WebAuthentication/WebAuthenticationFlags.h
M Source/WebKit/UIProcess/WebAuthentication/fido/CtapAuthenticator.cpp
Log Message:
-----------
Improve security key PIN re-entry flow
https://bugs.webkit.org/show_bug.cgi?id=299119
rdar://160881460
Reviewed by Pascoe.
We need to add a new status update to send to AuthenticationServices to signal
that a PIN was successful. This allows AuthenticationServices to correctly
determine
the sequence and timing to present UI in both the success and failure cases.
* Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h:
* Source/WebKit/UIProcess/WebAuthentication/AuthenticatorManager.cpp:
(WebKit::AuthenticatorManager::authenticatorStatusUpdated):
*
Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticationPanelClient.mm:
(WebKit::wkWebAuthenticationPanelUpdate):
* Source/WebKit/UIProcess/WebAuthentication/WebAuthenticationFlags.h:
* Source/WebKit/UIProcess/WebAuthentication/fido/CtapAuthenticator.cpp:
(WebKit::CtapAuthenticator::continueRequestAfterGetPinToken):
Canonical link: https://commits.webkit.org/300411@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes