Preventing Brute Force Using Node and Express JS

前端 未结 6 1088
陌清茗
陌清茗 2021-02-05 18:42

I\'m building a website using Node and Express JS and would like to throttle invalid login attempts. Both to prevent online cracking and to reduce unnecessary database calls. Wh

6条回答
  •  Happy的楠姐
    2021-02-05 19:00

    So after doing some searching, I wasn't able to find a solution I liked so I wrote my own based on Trevor's solution and express-brute. You can find it here.

提交回复
热议问题