jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

Control the number of rest API calls with securesocial #610

Closed mullex closed 6 years ago

mullex commented 7 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?

jaliss commented 6 years ago

There's not support for this in the module. You could combine a SecuredAction with a rate limiting one.