<SignedOut/>
component offers authentication checks as a cross-cutting concern.<SignedOut/>
component will be rendered only if there's no User signed in your application. <SignedOut/>
component will not be accessible to authenticated users.<SignedOut/>
component is having an application with a page that should be accessible only by signed in users. With the <SignedOut/>
component, you can show some special content to your visitors.<SignedOut/>
component might help with the above scenario. There's a restricted route and the <SignedOut/>
component acts as a conditional inside it, in order to redirect unauthenticated requests to the sign in page.