Setting up ssr and authentication for Astro
I'm making a new project with astro and supabase and I've noticed the lack of documentation and resources on how to use supabase with astro especially when using ssr and server-side authentication, can you help me out with any tips, tricks or any documentation to help me out
2 Replies
A bit on Astro I remember seeing. https://supabase.com/docs/guides/auth/server-side/creating-a-client?queryGroups=framework&framework=astro
Creating a Supabase client for SSR | Supabase Docs
Configure your Supabase client to use cookies
I was looking to do the same
Running supabase client on SSR, on bolt.new
Got it working....
thank you @garyaustin