symposion
symposion copied to clipboard
No code for social login
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.
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
Cool. Thanks for the references.