Complete sign-in form component with email, password, OTP, magic link, and social authentication support
<SignInForm />
component provides a complete, ready-to-use sign-in interface that supports multiple authentication strategies including email/username/phone with password, one-time passwords (OTP), magic links, and social authentication providers.
<SignInForm />
component takes no props. It’s a self-contained component that automatically configures itself based on your deployment settings.
<SignUpForm />
- User registration form<UserButton />
- User profile dropdown<SSOCallback />
- OAuth callback handler<SignedIn />
- Conditional rendering for authenticated users<SignedOut />
- Conditional rendering for unauthenticated users