You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the specification does not say what happens when a WebAuthn request is issued while another one is still pending. On Chrome, this results in an error.
WebAuthn credentials may not be the only credentials in the browser accessed through the Credential Management API that result in some UI being shown. This should probably be addressed at the Credential Management level then, allowing a single pending request per frame. If the RP decides to cancel a request (e.g. a conditional ui request) to issue another, they can use the abort controller.
The text was updated successfully, but these errors were encountered:
I noticed the specification does not say what happens when a WebAuthn request is issued while another one is still pending. On Chrome, this results in an error.
WebAuthn credentials may not be the only credentials in the browser accessed through the Credential Management API that result in some UI being shown. This should probably be addressed at the Credential Management level then, allowing a single pending request per frame. If the RP decides to cancel a request (e.g. a conditional ui request) to issue another, they can use the abort controller.
The text was updated successfully, but these errors were encountered: