soojin323 / realtime-chatapp-soojin-yen-bosco-final

Chat App using MERN Stack - Realtime Private Chat Application
0 stars 1 forks source link

Back end/validation #35

Closed yll9108 closed 12 months ago

yll9108 commented 1 year ago
  1. delete local storage when user registers successfully and will navigate to login
  2. manage http status code in responseMap.js
  3. show different msg when user auth goes wrong
    • register ( avoid duplicate user and email, set password requirement ..etc)
    • login ( avoid wrong password, avoid incorrect user mail ..etc)
  4. refactoring code in userController, AuthContext and helper
  5. get latest code and solve conflicts