lcpojr / watcher_ex

An Oauth2 server interelly in elixir.
Apache License 2.0
10 stars 3 forks source link

feat: save sign in attempts on database #28

Closed lcpojr closed 3 years ago

lcpojr commented 3 years ago

We have to start saving sign in attempts on database in order to provide brute-force protection. In a next PR we will begin to check the failed attempts count and blocks the subject when it fails on sign in continuously.