Some fields namely password need to be hashed
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Use [bcrypt](https://www.npmjs.com/package/bcrypt) to hash fields before saving confidential information which should not be stored in db like password.
Have functionality to hash any payload based on fields config but have put on shelf. #58
Now will only hash "password" field before saying as our sole means of verification.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.