Rank 1: Thread
I have an app where I want to limit the people accessing the app initially when it’s in testing stage.
I’m looking into adding a step in the user signup process where the user signing up has to add an invite code (generated and sent from another member that’s already been invited OR generated and sent by myself) to be able to complete the signup process.
Are there any functions in existing Appwrite open source that could be used to build such functionality in my own app?