Conditional rendering component that shows content only when user is not authenticated
<SignedOut />
component conditionally renders its children only when a user is not authenticated. It’s perfect for showing sign-in prompts, marketing content, or public information to unauthenticated visitors.
<SignedIn />
- Conditional rendering for authenticated users<SignInForm />
- Authentication form<SignUpForm />
- Registration form