-
- Downloads
Pirati SSO auth system
Showing
- .gitignore 4 additions, 1 deletion.gitignore
- helios_auth/auth_systems/__init__.py 2 additions, 1 deletionhelios_auth/auth_systems/__init__.py
- helios_auth/auth_systems/pirati.py 283 additions, 0 deletionshelios_auth/auth_systems/pirati.py
- helios_auth/media/login-icons/pirati.png 0 additions, 0 deletionshelios_auth/media/login-icons/pirati.png
- requirements.txt 3 additions, 0 deletionsrequirements.txt
- settings.py 17 additions, 6 deletionssettings.py
helios_auth/auth_systems/pirati.py
0 → 100644
helios_auth/media/login-icons/pirati.png
0 → 100755
6.33 KiB
... | @@ -22,3 +22,6 @@ boto==2.49.0 | ... | @@ -22,3 +22,6 @@ boto==2.49.0 |
django-ses==0.8.14 | django-ses==0.8.14 | ||
oauth2client==4.1.3 | oauth2client==4.1.3 | ||
rollbar==0.14.7 | rollbar==0.14.7 | ||
requests-oauthlib==1.3.1 | |||
unidecode==1.3.6 |