ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
177 stars 110 forks source link

Test security protection against brute force attacks on the login #605

Open ppazos opened 7 years ago

ppazos commented 7 years ago
  1. check if there is any built-in solution, like IP blocking.
  2. check if invalid logins for a valid username generate DOS for that user.
  3. check the two step login like the new google login to avoid attacks (analyze pros/cons and if that applies for this context).
ppazos commented 4 years ago

See #302