New to the supabase universe. Simple questions
Is there a way to setup middleware in supabase?. Can Supabase fulfill this?
- Add business logic middleware when creating an entity
- Add special validations (ie: validate a product has stock before purchase)
- Restrict information depending on user roles (ie: admins can read additional entity attributes, but not common users).
Thanks