I was looking for a way to implement RBAC in supabase, then I have stumbled upon this.However when I try to run the set_claim
in a trigger function which runs on insert
of new user, I get error that function doesn't exist.
There is an open issue here, but was wondering if anyone can help even with some work around.