Dear appwriters,
Is there any way to prevent new users from registering? I assume even if my webapp doesn't have Register page, anyone who knows ProjectId (can be found in browser page source code) can fire a request to register a new user programatically. I want to avoid that.
You can limit users count from Auth > Security > Users Limit
That is a hacky workaround ๐ I wish there is a better way
[SOLVED] Prevent new user registrations
Recommended threads
- how to access the value of account statu...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...