How should I give away for every new user some new user present without them easily create a new account or use a vpn. So it checks the original divice its on?
i don't think this is really appwrite related...and it's probably impossible to do 100% perfectly. It'll be a matter of how much time you want to spend blocking bad actors
hmm yeah alr but I mean is there a feuture in appwrite that can check what divice it is on?
the only information Appwrite provides is stored in the session
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...