-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make users provider agnostic #58
Conversation
* Use string representation defined from within package * Do not allow GitHub as login provider for now
@YaleChen299 I chose for it to be done this way so that we can keep a separate notion of which login providers are supported from which login providers are enabled for a particular deployment (can easily be checked using a config flag in the validation method). What do you think? |
Waiting to fix error: User creation in DB somehow calls the |
Prevents GORM for automatically generating the string representation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Okay! I think this looks good. |
Part of #18.
We include a schema migration, but not a data migration, as it is not necessary at this stage of the codebase (not deployed).