elshan2k / meet-one-friender

0 stars 0 forks source link

Simple Registration #2

Open elshan2k opened 3 years ago

elshan2k commented 3 years ago

Users should have a function to register by inputting first name last name username password date_of_birth gender

The Person Entity is ready on the Backend It needs implementation with Angular on Frontend Spring Security, JWT, or any other methods can be used for authentication (preferably the simple ones) This task should be finished preferably by end of this week

elshan2k commented 2 years ago

Due to the time limitation, we decided to go with a much simpler version of the authentication part where we will not use Spring Security or JWT instead we will have a Login Function (checkLogin) that will check if the user exists (already implemented). The id of the user who logged in will be saved in the Angular app (like a session) and everything will be authorized based on that. We will discuss this part in a meeting later this week or at the beggining of the next week.