issues
search
OscarDavidMendoza
/
react-portfolio
https://react-portfolio-two-ecru.vercel.app
MIT License
0
stars
0
forks
source link
User Authentication and Authorization
#1
Open
OscarDavidMendoza
opened
7 months ago
OscarDavidMendoza
commented
7 months ago
[ ] * Create a user model in Azure SQL Server for storing user data (username, email, password).
[ ] * Implement user registration API endpoint using Express to store user data securely with password hashing (e.g., bcrypt).
[ ] * Implement user login API endpoint for authentication (e.g., JWT tokens).
[ ] * Integrate a chosen authentication library/service (e.g., Passport.js) to simplify token management.
OscarDavidMendoza
commented
7 months ago
User Stories:
As a user, I want to be able to sign up for an account.
As a user, I want to be able to log in to my account.
As a user, I want to be able to log out of my account.
As a user, I want to be able to reset my password if I forget it.
As a user, I want to be able to update my profile information.
As a user, I want to be able to delete my account.