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
- Help
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...