Closed jtam360 closed 5 years ago
Moved login/logout functions from frontend to backend. Removed body-parser package due to security concerns as it is a wrapper for express.json(), express.urlencoded(), and express.mutlipart(). Users expressed concerns that express.multipart() creates temporary files that are not garbage collected so they advise to only use the middlewares we need. https://stackoverflow.com/questions/5710358/how-to-retrieve-post-query-parameters
Login/Logout process:
-Backend changes hooked up to front end -Front end should dynamically receive backend data -v1 of login
child of #14 connects #14