bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Frontend : Implement user authentication system #139

Closed yigitsarioglu closed 2 years ago

yigitsarioglu commented 2 years ago

We should implement an user authentication system using React JS. Only login users could add equipment, or search for an event..

yigitsarioglu commented 2 years ago

Implemented user auth service using token authentication with React. And codes pushed to the new branch "reactyigit"

yigitsarioglu commented 2 years ago

When user login to the our website, he/she can use the system (travels the website) 60 min with access token.

yigitsarioglu commented 2 years ago

I'm closing this issue for now as the authentication systme has been committed and the code has been posted to the repo.