Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic 1: Account System with User Login and Authentication #1

Open
8 of 11 tasks
AnoldGH opened this issue Oct 10, 2024 · 0 comments
Open
8 of 11 tasks

Epic 1: Account System with User Login and Authentication #1

AnoldGH opened this issue Oct 10, 2024 · 0 comments
Assignees

Comments

@AnoldGH
Copy link
Collaborator

AnoldGH commented Oct 10, 2024

Epic

As an user, I want to be able to securely login and have my account information stored so I can log back into my account and have my data saved

User Stories

  • As an user, I want to be able to create my own profile
    • Frontend signup component
    • Send the request to the server for verification & check if already existent
    • Store profiles in the database
  • As an user, I want to be able to log back into my account whenever I want
    • Frontend login component
    • Backend verification
    • (Enhancement) Secure password transmission, salting
  • As an user, I want to be able to view my past history of games and correlated statistics
    • Store game histories in the database
    • Frontend component for profile statistics / history
This was referenced Oct 10, 2024
@kunalpatil01 kunalpatil01 changed the title Epic 1 Epic 1: Account System with User Login and Authentication Oct 10, 2024
@jaden-yejun-lee jaden-yejun-lee added this to the User Login System milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants