penag9 / MetServer

0 stars 0 forks source link

FirstEndToEnd Client-Server integration #4

Open penag9 opened 7 years ago

sunny14 commented 7 years ago

TODO:

  1. Prevent double registration, add error message in body
  2. Return userId after successful login
  3. no such email or password case
  4. general error (if 500 returned)
  5. remove redundant field (see ppt)
  6. open profile
  7. edit profile
sunny14 commented 7 years ago
  1. encode password on client side
AlexeiValenko commented 7 years ago

@sunny14, please add all responses from server with errors ( server or DB not working properly, wrong email or password on login, already registered on registration).