JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Implement login functionality for authentication. #33

Closed lwb611266 closed 6 months ago

lwb611266 commented 6 months ago

Add login manager function to ensure 1.The server receives the username and password. The credentials are checked against stored records. Success: If they match, the user is authenticated and redirected to the application. Failure: If they don't match, an error message is shown. A session or token is created for the authenticated user to maintain their state across subsequent requests. 2.modify login page route

JiayangYing commented 6 months ago

Hi, @lwb611266, The ./index view seems unnecessary.

lwb611266 commented 6 months ago

Hi, @lwb611266, The ./index view seems unnecessary. I have made changes based on your feedback, please review accordingly.

JiayangYing commented 6 months ago

Looks nice, thank you