title | tags | |
---|---|---|
Displaying a Password Strength Meter |
|
AuthN uses a cross-platform password strength algorithm called zxcvbn with a default minimum strength score of 2
. This means you can predict in real-time how a password will validate and provide the user with early feedback.
If your client is written in JavaScript, you'll want to integrate dropbox/zxcvbn. Your design should indicate a password strength from 1-4, and optionally indicate when the user's password has sufficient strength to validate.