I\'m trying to rate-limit the the number of accounts a user can create with my REST API.
I would have liked to use Guava\'s RateLimiter to only allow an IP
RateLimiter
You could also set it to one permit per second and acquire 120 permits for each account.