I have an use case where i only want to use one specific social provider (google), and limit users to a few domains. I can see that this can be done with Auth0 Rule, and it works fine. I tried using pre registration hooks but i learned that it unfortunately only works for user-password-db (is there a plan to make it working on social as well?).
My concern is about regular active users count in this scenario. On the pricing page it is explained that “regular active users” are counted per month per application.
If someone tries to flood my application with unwanted logins and add 7000 users (free plan) that are not authorized in this scenario, would i be able to delete them and still add users, or will i have to wait a month after deleting them/pay for additional users?