Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 697 Bytes

guide-displaying_a_password_strength_meter.md

File metadata and controls

11 lines (8 loc) · 697 Bytes
title tags
Displaying a Password Strength Meter
guides

Guide: 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.