FACTS ERP Internship Day 36
Tasks done:
– Created a login/register feature for the document management system
– Added backlinks for Dynamics Axis (Updated in Google Sheets)
What I’ve Learned /Implemented:
– bcrypt is a module of node.js which provides hashing features for passwords. It also has an attribute for saltsOrRounds for additional randomness and increased security in case the database gets compromised and the hash function is figured out
– 409 is the http status for username conflict
– MVC structure stands for model, view, controller. Model is where the data is stores, Controller is where the API controlling functions are stored
Tasks to do:
– Add more backlinks for Dynamics Axis
– Link the login/register feature with authorization