Hey guys! I'm new to Supabase. My goal is to implement Supabase Auth with Next.js middleware. Are there any tutorials or open source examples I can learn from?
I found this one:
https://github.com/supabase/supabase/tree/master/examples/nextjs-with-supabase-auth
But I'm not sure how it works, and I can't find any docs or tutorials explaining supabase-auth-helpers, and how to use them with SSR, and how I can adapt them to use with Next.js middleware.
Can you help me out and point me in the right direction?