lcpojr / watcher_ex

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

feat: add most common passwords validations #27

Closed lcpojr closed 3 years ago

lcpojr commented 3 years ago

Add most common password cache. We have a dump of it on priv files that is used to populate the cache on startup. This is necessary for validating and not accepting the most common password on identity creation or password changes.