Components
SignedOut
Render children only when the user is NOT authenticated.
<SignedOut />
Wraps content that should only render for unauthenticated users.
Usage
See SignedIn for the paired example.
Props
| Prop | Type | Required | Description |
|---|---|---|---|
children | ReactNode | Yes | Rendered while useSession().isAuthenticated === false |