Best way to rate limit daily sign ups?

We’d like to implement a system where we allow a limited amount of users registration per day. If more users sign up, we’d like to ask them to e-mail us instead unless they are on a white list email domain.

Is there a standard procedure to achieve this behavior already or does this need to be implemented on the application side?

Hey there!

Unfortunately it’s something that we don’t have official advice on and it should be implement on case by case basis so you should decide how you’re gonna go about it.

Here’s the general document on rate limit policies:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.