Allow social auth (Fb, G+)
mihaibivol opened this issue · 0 comments
mihaibivol commented
Need
In order to have access to ROSEdu People
As a user
I want to login fast with an existing account
Deliverables
- A single step login using facebook and G+
- A single/two-step signup using social accounts.
Bonus points: GitHub.
Solution
??
Prerequisites
- https://docs.djangoproject.com/en/dev/topics/auth/
- https://docs.djangoproject.com/en/dev/ref/contrib/auth/
- https://docs.djangoproject.com/en/dev/topics/auth/default/#auth-web-requests
- https://github.com/omab/django-social-auth
- https://github.com/django/django/blob/master/django/contrib/auth/views.py
- http://soc.rosedu.org/blog/?p=595