pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

No code for social login #52

Open techtonik opened 10 years ago

techtonik commented 10 years ago

Seems like the code is not updated. I searched it code to find how Sign-in using Google feature from PyCon 2014 site is implemented to port it over to RTD site and couldn't.

miurahr commented 9 years ago

Social login should be provided by python-social-auth or similar 3rd party modules such as django-allauth, not by symposion. PyCon also realize it with django-social-auth

https://github.com/PyCon/pycon/blob/ff791f68bd1f913ef33676cd169c1b0504587ffa/pycon/settings/base.py#L194 https://github.com/PyCon/pycon/blob/ff791f68bd1f913ef33676cd169c1b0504587ffa/pycon/settings/base.py#L247

techtonik commented 9 years ago

Cool. Thanks for the references.