Skip to content

Version Packages#49

Merged
Bccorb merged 1 commit into
mainfrom
changeset-release/main
Jul 8, 2026
Merged

Version Packages#49
Bccorb merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@seamless-auth/react@0.4.0

Minor Changes

  • f26c5c0: Add TOTP (authenticator app) support. The headless client gains
    getTotpStatus(), startTotpEnrollment(), verifyTotpEnrollment(code), and
    disableTotp(code) for enrollment and management, plus
    verifyStepUpWithTotp(code) for TOTP-based step-up verification.
    AuthProvider/useAuth() expose verifyStepUpWithTotp(code), which refreshes
    stepUpStatus on success alongside the existing passkey step-up helpers. The
    StepUpMethod type now includes 'totp', and TotpStatus and
    TotpEnrollmentStartResult are exported.

    TOTP applies to step-up verification, not to the login flow: the auth API issues
    a full session on the first factor and does not gate login on TOTP.

    Requires an auth backend that exposes the /totp/* routes (available in
    @seamless-auth/express 0.6+).

Patch Changes

  • 55d5855: Fix a passwordless copy slip in the built-in Login view, which previously
    suggested resetting a password on an unexpected error (there are no passwords in
    this system).

    Docs: correct the OAuth callback example to read the provider from
    sessionStorage (matching the bundled flow) instead of hardcoding a provider,
    list the /oauth/callback built-in route, and complete the backend endpoint
    expectations (login OTP variants and organization routes).

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 488af50 to fea806e Compare July 7, 2026 19:34
@Bccorb Bccorb merged commit 7c84fac into main Jul 8, 2026
2 of 3 checks passed
@Bccorb Bccorb deleted the changeset-release/main branch July 8, 2026 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant