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
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...