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

Refactor User data to be stored in IdentityProvider and relational table #62

Closed
lalalune opened this issue Apr 20, 2020 · 2 comments
Closed
Assignees

Comments

@lalalune
Copy link

lalalune commented Apr 20, 2020

Currently, users carry around a long list of connected identities Since users will need to be referenced fairly often, and account connections are going to end up with a ton of blank tables for most users, we need to refactor to have an "identity_provider" table which stores oauth, sms and e-mail.

Identity provider hasOne account type, belongsTo user.

@lalalune lalalune added this to the April, 27, 2020 milestone Apr 20, 2020
@lalalune lalalune changed the title Refactor User data to be stored in a ConnectedAccount and relational table Refactor User data to be stored in IdentityProvider and relational table Apr 20, 2020
@lalalune lalalune added this to Todo: Server in Alpha MVP - May 14 Apr 20, 2020
@lalalune lalalune moved this from Todo: Server to In Progress in Alpha MVP - May 14 Apr 21, 2020
@dmitrizagidulin
Copy link
Collaborator

(Assigned to @green9016, in progress.)

@dmitrizagidulin
Copy link
Collaborator

Implemented in PR #88, tested locally. Closing.

Alpha MVP - May 14 automation moved this from In Progress to Completed Apr 26, 2020
lalalune added a commit that referenced this issue Jun 7, 2020
@HexaField HexaField removed this from Completed in Alpha MVP - May 14 Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants