Hi everyone!
I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client.
My goal is to have the registration process handled exclusively by an Appwrite Function, where I can perform some server-side validation before creating the user through the Users API.
Is there a project setting, authentication configuration, or permission that allows me to completely disable client-side account creation while still allowing existing users to log in normally?
I’m specifically looking for the recommended Appwrite approach for this, rather than relying on the client simply hiding or disabling the registration UI.
Thanks!
Recommended threads
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?