Protect Stored Procedure from user execution
I defined several stored procedures they're all callable by the client using supabase.rfc. Is there a way to protect those functions from being executed by clients? Haven't found anything about this in the docs