Package Exports
- auth0-password-policies
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (auth0-password-policies) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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