-
Notifications
You must be signed in to change notification settings - Fork 969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Password Strength Meter API #136
Comments
I'd recommend you look at zxcvbn as it also provides good feedback on how users can improve their passwords, and has js, go, rs, py and other implementations for client and server side validation. |
Thanks! That looks pretty good. We're already checking against HIBP to find leaked passwords, but I think preventing certain patterns (aaa) is a good idea also. |
Anyone working on this ? |
Not right now - we can discuss ideas tomorrow :)
… On 11. Dec 2019, at 19:04, Yuvraj ***@***.***> wrote:
Anyone working on this ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@aeneasr can we write it as package in ory/x so that hydra can also use this route like health route |
Hydra doesn't need this :) |
I'm closing this because we went another route with password policies. We're using things like Levensthein Distance and HIBP API to find if a password is uncompromised and hard to guess. |
Is it possible ory.sh/kratos/docs/concepts/security/ to be updated, since it references this ticket here? |
Right, we could probably offer a binary API that runs the password validation against e.g. |
I am closing this issue as it has not received any engagement from the community or maintainers in a long time. That does not imply that the issue has no merit. If you feel strongly about this issue
We are cleaning up issues every now and then, primarily to keep the 4000+ issues in our backlog in check and to prevent maintainer burnout. Burnout in open source maintainership is a widespread and serious issue. It can lead to severe personal and health issues as well as enabling catastrophic attack vectors. Thank you to anyone who participated in the issue! 🙏✌️ |
Is your feature request related to a problem? Please describe.
The API should return a password strength ranging from 0.0 (weak) to 1.0 (strong) to support frontends with displaying a password-strength meter.
The text was updated successfully, but these errors were encountered: