You are viewing an archived version of the docs.Go to latest version
<SignedOut>
The <SignedOut> component offers authentication checks as a cross-cutting concern. Any child nodes wrapped by a <SignedOut> component will be rendered only if there's no User signed in to your application.
--- import { SignedOut } from '@clerk/astro/components' --- <SignedOut> <div>You are signed out.</div> </SignedOut> <p>This content is always visible.</p>
treatPendingAsSignedOut?
boolean
A boolean that indicates whether to treat pending sessionsJavaScript Icon as signed out. Defaults to true.
true
Last updated on Feb 27, 2026