Does strapi have ability to enforce quotas?

Hi There,

This is a general question. Does strapi have the ability to enforce quotas on users? I want to expose my DB to a set of users but need to limit access to X requests a month.

Is that possible to do with Strapi?

Hi @GB82 I think anything would be possible, as Strapi is a Node app, so anything you can do in node should be possible.

One thing you can do out of the box is extend the Strapi Controllers, which is probably where you would do that type of thing. https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers