From e906ba62e0fbab60f9fc9c23d7ce09d274f5ea40 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 20 Jul 2018 16:18:35 -0700 Subject: [PATCH] Note about zxcvbn --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2190c0e..570d178 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,8 @@ You might also not be interested in this, and that's cool too. It's licensed as - `diesel migration run` to create the user database table - `cargo run` to... well, run it. Depending on whether you have `diesel_cli` installed you might need that too. +_Protip: You can integrate [zxcvbn](https://github.com/shssoichiro/zxcvbn-rs) with the existing Validator infrastructure. I didn't rip it out of my stuff for some other reasons, but it works really well!_ + ## Notes This is probably still a bit rough around the edges, since I ripped it out of an existing project of mine, but the key things I wanted to solve were: