AndrewL14 / Student-tracker-UI

Frontend portion of the Grader Web Application Ran in react (Currently only available in the dev mode)
0 stars 1 forks source link

Email Verification and password reset #8

Closed AndrewL14 closed 5 months ago

AndrewL14 commented 5 months ago

Requirements:

  1. Update Login Endpoints to the new Enpoints made in the backend:

Basic Login: localhost:8000/auth/login/basic Email Login: localhost:8000/auth/login/email Implement logic to determine which endpoint to use based on the user's inputs.

  1. implement an email input on the registration page and update the request body to be sent.
  2. Add a email verification page to enter a given token from the backend
  3. Add a password reset functionality on the login page to send a request to send an email to the user --> then redirect to a password reset page to enter a given token sent from the backend to the user's email address.