I'm create an that has subscription so I need one session for each user. To prevent sharing accounts
What do you mean? In flutter, when you subscribe, you subscribe as that user....
Basically I want to prevent sharing of accounts
You can set session limit in Appwrite -> Project -> Auth -> Security
When the user excess the limit the previous session will disconnect
I totally forgot we had that 😆
Thanks
im getting error
please keep the discussion in the thread you created
Recommended threads
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...