Next.js getServerSideProps context extended with the authenticated user when using protectPage().
GetServerSidePropsContext<Q>| Type Parameter |
|---|
Q extends ParsedUrlQuery |
| Property | Type | Description |
|---|---|---|
user | MonoCloudUser | The authenticated user resolved from the current session. |