-
- 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
Loading
Please register or sign in to comment