jjcazel / mula-green

MulaGreen is a personal finance dashboard designed to help individuals track their expenses and manage their monthly budgets more effectively. Built with React, Next.js, TypeScript, and TailwindCSS, this application offers a user-friendly interface for monitoring financial activities over any selected timeframe.
0 stars 0 forks source link

EPIC: User Authentication: Implement secure login/logout functionality with OAuth for session management. #9

Open jjcazel opened 2 months ago

jjcazel commented 2 months ago

US1: As a new user, I want to sign up for an account so that I can start using the personal finance dashboard. US2: As an existing user, I want to log in to my account so that I can access my financial data. US3: As a logged-in user, I want to log out of my account so that I can ensure my account is secure when I'm not using it. US4: As a user, I want to reset my password if I forget it so that I can regain access to my account. US5: As a user, I want to update my profile details (e.g., email, password) so that I can keep my account information current.

jjcazel commented 2 months ago

US1, US2, and US3 are complete via Auth0.