Skip to content

v8.3.0

Compare
Choose a tag to compare
@MasterKale MasterKale released this 03 Oct 06:19
· 213 commits to master since this release
2cf3c35

Packages

  • @simplewebauthn/browser@8.3.0

Changes

  • [browser] The WebAuthnAbortService singleton can now be imported, with a cancelCeremony()
    method that can be called to manually cancel any active WebAuthn ceremonies. This can be used by
    developers building projects that use client-side routing to better control the behavior of their
    UX in response to router navigation events.
    (#449)