Three Ways to Use Strapi Policies
Policies are functions that execute specific logic on each request before it reaches the controller. They are mostly used for securing business logic.
Sydney Cohen
Policies are functions that execute specific logic on each request before it reaches the controller. They are mostly used for securing business logic.