Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace bcrypt node module with utils module #1640

Merged
merged 9 commits into from
Nov 4, 2024

Conversation

dbauszus-glx
Copy link
Member

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

@RobAndrewHurst RobAndrewHurst linked an issue Oct 31, 2024 that may be closed by this pull request
@dbauszus-glx dbauszus-glx linked an issue Oct 31, 2024 that may be closed by this pull request
@RobAndrewHurst RobAndrewHurst changed the base branch from main to minor November 1, 2024 11:02
@dbauszus-glx dbauszus-glx marked this pull request as ready for review November 1, 2024 11:13
@dbauszus-glx
Copy link
Member Author

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 dbauszus-glx self-assigned this Nov 1, 2024
@dbauszus-glx dbauszus-glx added Code Issues related to the code structure and performance. Security Ticket relates to either the authentication process, security headers, and or encryption. labels Nov 1, 2024
@dbauszus-glx
Copy link
Member Author

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

image

Copy link

sonarqubecloud bot commented Nov 4, 2024

Copy link
Contributor

@simon-leech simon-leech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All working for me with resetting password, registering a new user too

@RobAndrewHurst RobAndrewHurst merged commit 04457f1 into GEOLYTIX:minor Nov 4, 2024
6 checks passed
RobAndrewHurst added a commit that referenced this pull request Nov 6, 2024
Replace bcrypt node module with utils module
@dbauszus-glx dbauszus-glx deleted the replace-bcrypt-module branch November 27, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Issues related to the code structure and performance. Security Ticket relates to either the authentication process, security headers, and or encryption.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bcrypt module deprectaed npm warns
3 participants