
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
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
- How to set up appwrite database caching ...
Hi everyone,I hope you're doing well. I'm currently working on a project where I'm using Next.js for the frontend and Appwrite for the backend. I've been explo...
- [SOLVED] Facing issue while updating a c...
Before I was facing issue with the creation of a attribute, which was fixed yesterday. But I'm now facing issue with updating the collection data. The attribute...
