Evert Pot
Evert Pot
We should have an 'incorrect password' counter per user. If this exceeds a (hardcoded, for now) number we should prevent future attempts to log in. A successful login should also...
In the `user_passwords` table, it would be useful to have columns for: * the password length * the password strength For password strength, we could use this library: https://github.com/dropbox/zxcvbn Whenever...
Lets find a list of the top 1000, or top 10000 most common passwords and throw an error when a user attempts to use a password in this list.
I'm looking for library just like this for [my project](https://github.com/curveball/a12n-server). If it had Typescript types I would have picked this one!
### Your use case The 'confetti' messages were probably our groups favourite differentiators of Element. I'm curious if there's plans to add these to Element X in the future. I...
Snyk has created this PR to upgrade pg from 8.12.0 to 8.13.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade jose from 5.9.2 to 5.9.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...