ctc-uci / authentication-frontend

MIT License
1 stars 0 forks source link

store data in db #14

Closed ctc-devops closed 2 years ago

ctc-devops 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 closes #11