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

Migrating from Django social auth #214

Closed
BeOleg opened this issue Mar 10, 2014 · 1 comment
Closed

Migrating from Django social auth #214

BeOleg opened this issue Mar 10, 2014 · 1 comment

Comments

@BeOleg
Copy link

BeOleg commented Mar 10, 2014

Hi, I've implemented a social auth layer using django-social-auth for this open source project:
hasadna/openmuni-budgets#405

It includes several custom changes:
-create user was changed, we use a custom user model that inherits from Django's abstract user class.
-A strict unique email constraint was implemented, meaning that user can only add social accounts that have the same email as his account, or in case of registration using a social account, all additional accounts added must comply with the strict-identical email restriction.

Question is, how complicated should it be to migrate to the new library?.

The main reason that we are considering to migrate to the new library is the fact that t has a really high test coverage, and from there ,implementing test for our custom use cases should be really easy.

The down side is that we are an open source project, without resources, and without much time at our disposal.

I am opening this issue for other django-social-auth users as well, as there is not documentation \ guide available that covers migrating from django-social-auth to python-social-auth.

Thanks a lot!,
Oleg.

@omab
Copy link
Owner

omab commented Mar 11, 2014

@omab omab closed this as completed Mar 23, 2014
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

2 participants