name: Switched from bcrypt to bcryptjs
about: Switched npm module bcrypt to bcryptjs to reduce code dependencies on the external machine modules
title: 'Switch from bcrypt to bcryptjs'
labels: 'bug'
assignees: '@kaustubhai'
Problem
Github Issue Number: #202
bcrypt module required some external modules on local environment, other than code to perform encryption off password
Solution of problem
Switched to bcryptjs
Type of Change
[ x ] Bug fix
[ ] New Feature
[ ] Development of UI/UX prototypes
[ ] Small refactor
[ ] Change in Documentation
Checklist
[ x ] My code follows the same style as the codebase
[ ] My Code change requires a change in documentation
[ ] I have updated the Readme accordingly
[ x ] I made PR against development branch
[ x ] I have run the test cases locally and it's passing.
[ x ] I have squashed my commits
name: Switched from bcrypt to bcryptjs about: Switched npm module bcrypt to bcryptjs to reduce code dependencies on the external machine modules title: 'Switch from bcrypt to bcryptjs' labels: 'bug' assignees: '@kaustubhai'
Problem
Github Issue Number: #202 bcrypt module required some external modules on local environment, other than code to perform encryption off password
Solution of problem
Switched to bcryptjs
Type of Change
[ x ] Bug fix [ ] New Feature [ ] Development of UI/UX prototypes [ ] Small refactor [ ] Change in Documentation
Checklist
[ x ] My code follows the same style as the codebase [ ] My Code change requires a change in documentation [ ] I have updated the Readme accordingly [ x ] I made PR against development branch [ x ] I have run the test cases locally and it's passing. [ x ] I have squashed my commits