Closed mullex closed 6 years ago
Is there a way to control the number of rest API calls with securesocial per memeber?
For example, I need to assign a user with 500 times of one specific API call.
How can i do that with securesocial?
There's not support for this in the module. You could combine a SecuredAction with a rate limiting one.
SecuredAction
Is there a way to control the number of rest API calls with securesocial per memeber?
For example, I need to assign a user with 500 times of one specific API call.
How can i do that with securesocial?