App Router Server Component wrapped by protectPage().
This component is only executed after authentication (and optional authorization) succeeds. The authenticated user is injected into the component props automatically.
user
The component props, including the authenticated user and any additional page props.
App Router Server Component wrapped by protectPage().
This component is only executed after authentication (and optional authorization) succeeds. The authenticated
useris injected into the component props automatically.