bitzesty / devise_zxcvbn

Devise plugin to reject weak passwords using zxcvbn
MIT License
194 stars 38 forks source link

Change the zxcvbn implementation #12

Closed matthewford closed 8 years ago

matthewford commented 8 years ago

We're switching to our fork which achieves the same results as the current JS implementation.

zxcvbn-js achieves this by running the same code via ExecJS which should mean that it is easier to keep in sync (when doing both client side and backend validation).

Solves #11

eritiro commented 8 years ago

Fixed the js path issue. And added a js cache to avoid recompiling js each time.