-
- Downloads
Merge pull request #107 from benadida/issue-106-clever-auth
Issue 106 clever auth
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- helios/security.py 1 addition, 1 deletionhelios/security.py
- helios_auth/auth_systems/__init__.py 2 additions, 1 deletionhelios_auth/auth_systems/__init__.py
- helios_auth/auth_systems/cas.py 8 additions, 0 deletionshelios_auth/auth_systems/cas.py
- helios_auth/auth_systems/clever.py 136 additions, 0 deletionshelios_auth/auth_systems/clever.py
- helios_auth/auth_systems/facebook.py 7 additions, 0 deletionshelios_auth/auth_systems/facebook.py
- helios_auth/auth_systems/google.py 8 additions, 0 deletionshelios_auth/auth_systems/google.py
- helios_auth/auth_systems/linkedin.py 7 additions, 0 deletionshelios_auth/auth_systems/linkedin.py
- helios_auth/auth_systems/live.py 8 additions, 0 deletionshelios_auth/auth_systems/live.py
- helios_auth/auth_systems/password.py 8 additions, 0 deletionshelios_auth/auth_systems/password.py
- helios_auth/auth_systems/twitter.py 7 additions, 0 deletionshelios_auth/auth_systems/twitter.py
- helios_auth/auth_systems/yahoo.py 8 additions, 0 deletionshelios_auth/auth_systems/yahoo.py
- helios_auth/media/login-icons/clever.png 0 additions, 0 deletionshelios_auth/media/login-icons/clever.png
- helios_auth/models.py 10 additions, 0 deletionshelios_auth/models.py
- helios_auth/templates/login_box.html 1 addition, 1 deletionhelios_auth/templates/login_box.html
- helios_auth/tests.py 10 additions, 0 deletionshelios_auth/tests.py
- requirements.txt 0 additions, 1 deletionrequirements.txt
- settings.py 11 additions, 3 deletionssettings.py
helios_auth/auth_systems/clever.py
0 → 100644
helios_auth/media/login-icons/clever.png
0 → 100644
33.7 KiB
... | @@ -16,7 +16,6 @@ dj_database_url==0.3.0 | ... | @@ -16,7 +16,6 @@ dj_database_url==0.3.0 |
django-sslify==0.2.7 | django-sslify==0.2.7 | ||
django_webtest==1.7.8 | django_webtest==1.7.8 | ||
webtest==2.0.18 | webtest==2.0.18 | ||
django-db-pool==0.0.10 | |||
django-secure==1.0.1 | django-secure==1.0.1 | ||
bleach==1.4.1 | bleach==1.4.1 | ||
boto==2.27.0 | boto==2.27.0 | ||
... | ... |