-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Social auth #47
Comments
This is frequently requested, but adds a heavy dependency to allauth. Looking for alternatives. |
What about python-social-auth? |
I had some success* with python-social-auth, but I removed the local user for the moment. *: with some help from someone from Elance too, I am still learning a lot in Django. |
I start play with python-social-auth and edge; it's true that you must have a username based auth system. This are some settings who play's well with that condition: AUTHENTICATION_BACKENDS = ( SOCIAL_AUTH_USERNAME_IS_FULL_EMAIL = True SOCIAL_AUTH_PIPELINE = ( Maybe you can try with your user model in a new pipeline for example. With this settings, the username is the mail of the social user; there's a restriction to 30 characters... Regards. |
@arocks Great template.. switching to edge after starring with pinax.. notice this post is old.. is there so support for social auth in the current release |
Interesting. I would've thought that users are quitting social networks
these days. Would like to know if you think that this is an essential
feature?
…On Tue 10 Apr, 2018, 1:03 AM Akarsh Verma, ***@***.***> wrote:
@arocks <https://github.com/arocks> Great template.. switching to edge
after starring with pinax.. notice this post is old.. is there so support
for social auth in the current release
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAC8w36CW_QgtDnNNpkar7qoFHjBEzwIks5tm7eDgaJpZM4GQkPM>
.
|
Not denying the trend.. I should have rather said Gmail (google auth) based login rather than Social login.. |
Hi @arocks !
Thank you very much for this template, it is really very useful.
Another very important thing for this project would be to integrate a social login with Facebook and Twitter at least, in addition to maintaining the Edge login; I mean incorporate something like django-allauth.
In this case i don't know how because the User model has been modified to keep the email as a key.
Can you help with that?
Thanks so much.
Regards
The text was updated successfully, but these errors were encountered: