I guess currently need to use the cloud function, to delete the old sessions for the based on their subscriptions type,
It would be nice if we can have key or label for each user, where we can set the session limit per user and then internally sessions could be revoked, instead needing to write function...
May be this could be good idea to have the feature...
I think you can post this on appwrite repo as a feature request ๐ป
I see this has been created: https://github.com/appwrite/appwrite/issues/7125
[CLOSED] Set Sessions Limit on each user
Recommended threads
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Broken Appwrite canโt make functions nor...
Hii guys, I was having this issue with my locally hosted Appwrite, I canโt create functions ( both template and manual), I canโt make a custom domain ( like in ...
- Bulk operations on tables with relations
Hi, if I try to perform a bulk delete on a table with relations, I get this: `289 | if (((_b = response.headers.get("content-type")) == null ? void 0 : _...