So I've been building a website using Astrojs and Supabase, to make it easier I followed the guide on the Astrojs website (https://docs.astro.build/en/guides/backend/supabase/). Signing in/out worked but when using Supabase in another API path its using the cookies by default of the last person that signed in, so if an admin signed in with Supabase it would use that persons permission to do all other Supabase requests in all other API paths, is there a way to use the permissions of the requested person? idk if this is a question for astro or supabase
am guessing its saving some cookies or token on the server? weird