Forums

flask anti ddos to login

Hey I'm hosting a flask app site one pythonanywhere is there a built in anti brute force when pythonanywhere recognize massive attack from same IP ADDRESS ? if no, is there a guide how can i implement such a mechanizem ? so hackers wont be able to bruteforce my web users details thanks

We have some anti-DDoS mechanisms in place, but we can't provide them per-web-app, so you should implement something on your own. If you use a framework, like Flask / Django, they have already some throttling functionalities you could use.