getSession(), safeGetSession(), and getUser()
I'm following the guide to make a user management with supabase+sveltekit here https://supabase.com/docs/guides/getting-started/tutorials/with-sveltekit?queryGroups=database-method&database-method=dashboard.
It said in comment in the
I follow it all, and it works just fine. But I get a warning(?) at my console:
I'm confused because why made a guide using a method that are considered not secure? but it's considered safe in the guide?
It said in comment in the
+layout.ts that:I follow it all, and it works just fine. But I get a warning(?) at my console:
I'm confused because why made a guide using a method that are considered not secure? but it's considered safe in the guide?
Learn how to use Supabase in your SvelteKit App.