summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorprathamesh2016-07-08 10:45:38 +0530
committerprathamesh2016-07-09 00:12:17 +0530
commit19f4c7b95bf32d0cf581274d947bdc9120c2e8f2 (patch)
treecc1efef7893be898e7e675a6073ba1e015b3b12c /requirements.txt
parent41b4b7607d8ea6856a8b397d4c9e5bb9edea0b77 (diff)
downloadonline_test-19f4c7b95bf32d0cf581274d947bdc9120c2e8f2.tar.gz
online_test-19f4c7b95bf32d0cf581274d947bdc9120c2e8f2.tar.bz2
online_test-19f4c7b95bf32d0cf581274d947bdc9120c2e8f2.zip
oauth implemented
User can login via google and facebook. If user logs in from google and then later the same user logs in from facebook, then he will be considered as the same user if the email registered on facebook is of gmail. User profile will be created when user logs in via facebook or google. In yaksh pipeline, user.py is used to create profile. Pipeline settings is defined that defines the functions to be executed during oauth. Used bootstrap social and Font Awesome for UI design
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index d3aa19a..5438d8a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,4 @@ django==1.9.5
mysql-python==1.2.5
django-taggit==0.18.1
pytz==2016.4
+python-social-auth==0.2.19