Complete user registration form with name, email, username, phone, password fields and social authentication
<SignUpForm />
component provides a complete user registration interface with built-in validation, customizable required fields, and support for various sign-up strategies including email/password, social authentication, and phone verification.
<SignUpForm />
component takes no props. It’s a self-contained component that automatically configures itself based on your deployment settings.
<SignInForm />
- User authentication form<UserButton />
- User profile dropdown<SSOCallback />
- OAuth callback handler<SignedIn />
- Conditional rendering for authenticated users<SignedOut />
- Conditional rendering for unauthenticated users