session with @supabase/ssr
Using @supabase/auth-helpers-nextjs I can get and set session data for users that I use to tell if they are logged inn amongst other things
Something like this
But @supabase/ssr does not export any session, so how can I get access to the same data with @supabase/ssr?
Something like this
But @supabase/ssr does not export any session, so how can I get access to the same data with @supabase/ssr?