Chensokheng/next-saas-blog

Update authToken in 'lib/supabase/index.ts'

Opened this issue · 2 comments

In line 40 of 'lib/supabase/index.ts' I think the authToken has to be updated to the unique value provided by supabase

const authToken = cookieStore.get(
"sb-yymdoqdtmbfsrfydgfef-auth-token" // Update this value to match the one provided by supabase project
)?.value;

were we can find that?

In the project, there's a folder called lib/supabase/index.ts but the function in there is not being used