Anyone using Passprotect-js library?
Comments?
Anyone using Passprotect-js library?
Comments?
Not used Passprotect although it looks good. I have used zxcvbn before.
That’s your zxcvbn implementation?
Yes, works a treat
Ended up creating a custom api call to the “haveibeenpwned” database and implemented a mix of both solutions in Wappler.
Although the Passprotect js library works perfect I wasn’t comfortable sending user passwords to a js that is hosted in a 3rd party CDN. To use the library locally I had to install several other js libraries. Also the script attaches itself to all inputs.
After some thought I realised that I would be spending the same time forking the library and tweaking it to my needs than recreating the functionality in Wappler.