Supabase RPC: auth.uid() context across nested functions?
In Supabase, does auth.uid() remain available in a child function called by an RPC, even when mixing SECURITY INVOKER and SECURITY DEFINER, and in which cases do we actually lose the auth context?