Appwrite Console Login Page has rate Limit? Because What would happen if somebody try to Bruteforce the Login Page?
I think it should...
If I may Ask, What will it block? IP address?
We rate limit based on IP and email: https://github.com/appwrite/appwrite/blob/6700f90ba150a5065088cbd15d1164a1cd3e15a2/app/controllers/api/account.php#L164
Got It. Thanks<:appwritepeepo:902865250427215882>
Recommended threads
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...
- Realtime doesn't seem to work with Table...
Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Chan...