Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/448-manual-ceremony-cancellation #449

Merged
merged 6 commits into from
Oct 3, 2023

Conversation

MasterKale
Copy link
Owner

@MasterKale MasterKale commented Sep 29, 2023

This PR exposes browser's WebAuthnAbortService as a public API. It can now be imported into projects using this library:

import { WebAuthnAbortService } from '@simplewebauthn/browser';

For projects that need it, a new WebAuthnAbortService.cancelCeremony() method has been added to this service to help projects e.g. with client-side routing that need to cancel a WebAuthn registration or authentication attempt in response to a router navigation event.

Fixes #448.

@MasterKale MasterKale added this to the v8.3.0 milestone Sep 29, 2023
@MasterKale MasterKale added the package:browser @simplewebauthn/browser label Sep 29, 2023
@MasterKale MasterKale merged commit fc17d1a into master Oct 3, 2023
2 checks passed
@MasterKale MasterKale deleted the feat/448-manual-ceremony-cancellation branch October 3, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:browser @simplewebauthn/browser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to specify AbortSignal in startRegistration and startAuthentication
1 participant