Apr-16-2017, 09:52 PM
I'm using social-auth-django for a registration through social networks. I need to knew from where an user authorized. Twitter or Google or Facebook etc. How can I do it!
Django. How to know from where users authorized.
|
Apr-16-2017, 09:52 PM
I'm using social-auth-django for a registration through social networks. I need to knew from where an user authorized. Twitter or Google or Facebook etc. How can I do it!
https://github.com/python-social-auth/so...ews.py#L42 Wrote:def _do_login(backend, user, social_user): user.backend = '{0}.{1}'.format(backend.__module__, backend.__class__.__name__) login(backend.strategy.request, user) What's the user.backend look like? Could that be what you're looking for? |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Django: How to automatically substitute a variable in the admin page at Django 1.11? | m0ntecr1st0 | 3 | 4,596 |
Jun-30-2019, 12:21 AM Last Post: scidam |