is it possible to restrict user from log in only from one device ? i see there is option in console/auth "Maximum number of active sessions allowed per user." i set the limit to 1 but i didnt see any change...
It won’t delete existing session but delete all relevant ones once a new session is being created
what is considered for new session?
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- 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...