NathanGrenier / SOEN-341

Web Project for Concordia's SOEN 341 Class (Software Process)
https://soen-341.vercel.app
1 stars 2 forks source link

[USER STORY] Handle User Authentication #143

Closed NathanGrenier closed 8 months ago

NathanGrenier commented 8 months ago

🚀 Story Summary:

As a user, I want to be able to create a personal account on the website, so that I can have a personalized and secure experience. This account should be protected by an email and password, which I should be able to create during a registration process.

Once my account is created, I want to be able to log in to the website using my chosen email and password.

Additionally, the website should automatically log me out after a period of inactivity for security reasons, but I should also have the option to log out manually at any time.

📋 Tasks:

Frontend

Backend

📝 Additional Context:

Authentication will be implemented via Json Web Tokens (JWT).