Guide

Server-Side Rendering

How SSR works with Zuvo Auth.

SSR frameworks move rendering and data fetches to the server, to reduce client bundle size and execution time.

Zuvo Auth is fully compatible with SSR. You need to make a few changes to the configuration of your Zuvo client, to store the user session in cookies instead of local storage. After setting up your Zuvo client, follow the instructions for any flow in the How-To guides.

@supabase/ssr

We have developed an @supabase/ssr package for setting up the Zuvo client. This package is currently in beta. Adoption is recommended but be aware that the API is still unstable and may have breaking changes in the future.

Framework quickstarts