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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...