codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

Switched from bcrypt to bcryptjs #203

Closed kaustubhai closed 3 years ago

kaustubhai commented 3 years ago

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