symposion icon indicating copy to clipboard operation
symposion copied to clipboard

No code for social login

Open techtonik opened this issue 11 years ago • 2 comments

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.

techtonik avatar Apr 02 '14 10:04 techtonik

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

miurahr avatar Jul 16 '15 04:07 miurahr

Cool. Thanks for the references.

techtonik avatar Jul 17 '15 15:07 techtonik