Dear all,
I want to implement anonymous user access for my client-side site, however, I am aware that Appwrite has certain quotas around users (200K). Now, I noticed that every time a user visits the site, a new anonymous user is created and stays there as an anonymous user until it is converted to a real user. The problem here is that the stale anonymous users stay in the auth user list and are taking up user quota.
What is the best way to go about this? I like the idea of anonymous accounts to deter any unauthenticated api queries.
Appwrite limit goes only against monthly active users so most likely you’re fine. We still don’t enforce this, and will this metric to the dashboard in the near future
Thanks Eldad. I was getting worried because I had a teething issue with the code that started creating multiple anonymous users per session, and was worried that eventually I would hit this limit just by scaling. (even though the bug was resolved 🙂 )
Given that a user might create more than one anonymous user even with the fact that a person will have more than one device that they can use to access the system, effectively multiplying the number of anonymous users per physical person
Recommended threads
- Server Down
Appwrite services are down. When will they start working again?
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Function was working: Failed to load ent...
I had a Bun function deployed two months ago working until 2 days ago on a daily basis, now I'm getting: Failed to load entrypoint, file src/main.js does not ex...