thunderlink / ThunderFish

Project Repository for 2019 Spring SWPP Class
MIT License
3 stars 2 forks source link

[Bug] Serious problem on backend #35

Closed dwmarcuskim closed 5 years ago

dwmarcuskim commented 5 years ago

There are several big problems in backend when signin.

First, it should return the user.id, since we have to get user profile via user.id afterward.

Second, when there are some problems with Register, there are high possibility of difference between User and Profile id. Therefore, if we search profile with user.id, it returns 500 server error, even if we give correct id/password. We must have to get Profile from User itself.

dwmarcuskim commented 5 years ago

Cleared. Close