I am developing a full-fledged user management in django. I want to combine 
normal django authentication and social authentications. Django normal 
authentication contains one User table which stores all the fields of user 
such as (username,email,password etc). I want to know the sequential steps 
to add social auth to this normal authentication process using 
python-social-auth plugin.
Also I have some concerns regarding functioning of python-social-auth. How 
does it actually behave. For ex. - suppose user is registered with email - 
a...@gmail.com and his facebook login email is also a...@gmail.com then will 
they be one entries in the User table in the backend?
I mean I want to know the exact process to add social auth without 
disturbing my initial django normal authentication.Is there any tool which 
handles both normal and social auth in a single app?
I know this is a broad topic but general guidance would do.
Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1b4f3d3-7cbd-49a9-8521-7d3e4f31ee66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to