GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
88 stars 26 forks source link

Replace bcrypt node module with utils module #1640

Closed dbauszus-glx closed 3 weeks ago

dbauszus-glx commented 4 weeks ago

I copied the bcrypt script from this build distro module. https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.js

dbauszus-glx commented 4 weeks ago

To test this it must be ensure that it is possible to validate existing password, register and hash new password, allow for password resets.

dbauszus-glx commented 4 weeks ago

I have updated the requires and include the bcrypt functions which are used in the module docs.

image

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud