CMPUT301F23T15 / Kit

CMPUT 301 App Design Project
MIT License
1 stars 2 forks source link

User Profile #13

Open HunterPullishy opened 9 months ago

HunterPullishy commented 9 months ago

User Profile

User Story ID | Description | Story Points | Risk Level | Status -- | -- | -- | -- | -- US 06.01.01 | As a user, I want a profile with a unique username. | 2 | Medium | -- US 06.01.01b | As a user, I want a profile with a secure password (Stretch goal). | 2 | High | --
HunterPullishy commented 9 months ago

Need to ask if we really need a password, and if so to what extent should it be secured.

Also, how do we store this data for each user? Likely a collection of users, but we don't want the password in plain text. Likely create a hash to save?

mhchaudh commented 9 months ago

maybe a Ceaser cipher?

Jesse-Goertzen commented 9 months ago

Firebase has an authentication solution, not sure if its out of scope for what we can use but here is a link: https://firebase.google.com/docs/auth