pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
1.63k stars 513 forks source link

Is there any way to disable flask-security API? #878

Open WahajK opened 1 year ago

WahajK commented 1 year ago

I am doing a research on Application Layer Honeypot and for the sake of attack simulation, I had to show some attacks like DDoS, Sybil attack etc. The problem is that flask-security API is blocking my attacks and I need to disable it in order to continue with my work. Is there any way to disable the security API?