auth0-password-policies

1.0.2 • Public • Published

auth0-password-policies

Password policies presets used by Auth0. Extracted from password-sheriff.

Policies

none

  • minimum characters: 1

low

  • minimum characters: 6

fair

  • minimum characters: 8
  • contains at least one character in each group: lowerCase, upperCase and numbers

good

  • minimum characters: 8
  • contains at least one character in three different groups out of: lowerCase, upperCase, numbers, specialCharacters

excellent

  • minimum characters: 10
  • contains at least one character in three different groups out of: lowerCase, upperCase, numbers, specialCharacters
  • may not contain any character repeated more than twice

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i auth0-password-policies

    Weekly Downloads

    21,059

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.08 kB

    Total Files

    4

    Last publish

    Collaborators

    • luisrudge