You are not signed inSign in

Server Side Rendering

This page uses the getServerSession() method inside an api route and is fetched using the useFetch() composable provided by Nuxt.

Using getServerSession() is the recommended approach if you need to support Server Side Rendering with authentication.

The advantage of Server Side Rendering is this page does not require client side JavaScript.

The disadvantage of Server Side Rendering is that this page is slower to render.