jrtechs / NodeJSBlog

Personal blog written from scratch using Node.js, Bootstrap, and MySQL.
https://jrtechs.net
Mozilla Public License 2.0
4 stars 5 forks source link

Added security to login page to prevent brute-forcing. #29

Closed jrtechs closed 5 years ago

jrtechs commented 5 years ago

Implemented a procedure to ban people based on ip after they have x amount of invalid log-in attempts.