Skip to content

Releases: fells-code/seamless-auth-react

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:41
b406102

Minor Changes

  • a6eafa4: Add OAuth provider UI to the built-in auth screens. The sign-in view now lists configured
    providers (via listOAuthProviders) as "Continue with " buttons that start the flow
    and redirect to the IdP, and a new /oauth/callback route finishes the login (reads code/state,
    calls finishOAuthLogin) and lands the user on the app. Closes the gap where the SDK exposed the
    OAuth client methods but had no UI or callback route to drive them.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 22:07
5b0e638

Patch Changes

  • 26fda9d: Register with just an email. The registration form no longer requires a phone
    number (it stays optional, validated only when provided), and a successful
    registration now routes to email verification (/verifyEmailOTP) instead of
    phone verification — matching the auth server's email-first registration. After
    verifying the email code the user is signed in.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 May 22:19
f9a3304

Minor Changes

  • 24a17b8: Release the current React SDK improvements as the first Changesets-managed package version.

    This release includes the public headless client and React hooks for custom auth UIs, expanded provider helpers for OAuth and step-up flows, scoped role utilities, OTP and passkey flow polish, and the reviewed release PR workflow for future package publishing.

@seamless-auth/react v0.1.0

Choose a tag to compare

@Bccorb Bccorb released this 23 Apr 21:44
bc59c95

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.1.0

@seamless-auth/react v0.0.9

Choose a tag to compare

@Bccorb Bccorb released this 01 Apr 01:04

What's Changed

Full Changelog: v0.0.8...v0.0.9