Rank 2: Process
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!