eugenesimakin / link-sharing-app

0 stars 0 forks source link

UserProfileDetails adding and saving loggic added. #11

Closed Washubrnfg85 closed 9 months ago

Washubrnfg85 commented 9 months ago

org.linksharing.server.users.UserProfileDetailsRepository created to maintain UserProfileDetailes DB job. AuthController -> UserProfileDetails object generates and saves in parallel with User. Same email used as Id for both entities. ApiRestController -> data from post request updates UserProfileDetails and saves it to DB.