marcusgeorgievski / prj-team-1

Student management system to track assessments and organize notes
https://prj-frontend.vercel.app
3 stars 0 forks source link

Register and Login Pages #65

Closed marcusgeorgievski closed 1 month ago

marcusgeorgievski commented 1 month ago

/register and /login routes should take users to the appropriate form to perform their respective task.

marcusgeorgievski commented 1 month ago

Clerk provided a great solution that met our requirements. It is a hosted services that provides user storage and management. They also provide the sign in and sign up components/pages. I configured them to the appropriate routes.

After sign in or sign up, the user is redirected to the /dashboard page.

Clerk uses the terms sign in and sign up as opposed to login and register, so I will use these terms from now on.

marcusgeorgievski commented 1 month ago

Also note that Clerk can be configured for many different sign in options; username, email, google, github, etc.

For simplicity, google sign in is being used.