Skip to content

isStrongPassword

kherP edited this page Jan 2, 2020 · 2 revisions

This utility verifies a password strength.

Example

const result = isStrongPassword("Ju2t3hBqXJ4ydWE");
console.log(result); // true

Properties

Param Type Description
newPassword string The new password needed to be verified

Clone this wiki locally