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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...