
i looked throught the documentation but i cant seem to figure out how to assign a label to a user when created

I think that's server side only functionality

is there any altrenative???

Create an appwrite function that sets the labels?

But you'd have to add appropriate authorization/authentication to prevent people from setting their own?
Recommended threads
- Type String is not a subtype of type int...
In flutter using appwrite: ^17.1.0, ```DocumentList response = await databases!.listDocuments( databaseId: "xxx", collectionId: "xxx", ...
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
