Example: Supabase authentication client- and server-side (API routes), and SSR with auth cookie.

This example shows how to use Supabase auth both on the client and server in both API routes and when using server side rendering (SSR).

This example is the same as nextjs-with-supabase-auth however it does not use the @supabase/ui Auth component.