Prisma + Supabase RLS
Conceptual question: is there a way to pass the user access token (JWT from supabase auth) when connecting from prisma ORM JS (or prisma-postgres) to Supabase to restrict the connection the user's authenticated role and enable RLS policies that use supabase's
auth.uid() etc?