vue-password-strength-meter
vue-password-strength-meter copied to clipboard
🔐 Password strength meter based on zxcvbn in vue.js
## Description Inspired by #54 , I made the changes required for Vue 3. Perhaps the right way would be to export another package and make this one continue to...
Seems like the library has been completly rewritten: - https://github.com/dropbox/zxcvbn/issues/290#issuecomment-754791316 - Github fork: https://github.com/zxcvbn-ts/zxcvbn Maybe it would be worth using the newer version?
Got the idea from : https://github.com/MorrisJobke/strengthify ## Description The coloured meter bar would underfill, or overflow. This fix also makes the meter bars even in size. Before   After...
Hi there ! Thank you for this awesome library. I tried to use it in a Vue3 project and it didn't work. The password value seems to keep only one...
### Expected Behavior Should be able to auto-fill password by clicking on LastPass icon at right side of input box. This refers to the LastPass's Chrome extension. ### Actual Behavior...
### Expected Behavior Shows the same behavior when it is filled manually ### Actual Behavior it does not show the password strength and sometimes it does not update the password...
Can you add support for type definitions, please?
Bumps [eslint](https://github.com/eslint/eslint) from 3.18.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
I guess it is time to add some proper documentation and examples of the usage. Feel free to add suggestions if you want specific examples. ## Usage Examples: - With...