CankutER / SWE-573

Home repository for SWE-573 Course, Semester Spring-2024
0 stars 0 forks source link

Implement Login&Registration in the Front-End #13

Closed CankutER closed 6 months ago

CankutER commented 6 months ago

Implement the logic in the front end to serve login and register services. Before login/register activities, a sensible routing infrastructure should be implemented via React Router. Additionally, all the pages except the login/register page should be protected against unauthenticated users.

CankutER commented 6 months ago

Implemented, commit link here.