ctc-uci / authentication-frontend

MIT License
1 stars 0 forks source link

Add user roles, store data in database #11

Closed ZubairSidhu closed 2 years ago

ZubairSidhu commented 2 years ago
  1. Add an optional field to account creation for the user to input a role
  2. After creating an account, the users information (email, firebase user id, role) should be sent to the backend to be stored in DB. See backend issue #1
  3. Fetch the users role and store in cookies after login
meghakak commented 2 years ago

/cib store data in db

ctc-devops commented 2 years ago

Branch 11-store-data-in-db created!