CAS support for django-allauth.
049cf22b42
Renew paramater: - By default, CAS client will use renew parameter if user already authenticates via a CAS server. If always False, he can't reauthenticate on a CAS server due to the single sign-on CAS feature (except if he logouts of CAS on his own). Tests: - patch_cas_reponse now returns a correct CAS client taking into account the version attribute of the CAS adapter. - Some moves happens between testcases et al. - Delete old and now unused fake CAS client classes. |
||
---|---|---|
allauth_cas | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
runtests.py | ||
setup.cfg | ||
setup.py | ||
tox.ini |
================== django-allauth-cas ================== CAS support for django-allauth_. Supports: - Django 1.8-10 - Python 2.7, 3.4-5 - Django 1.11 - Python 2.7, 3.4-6 .. _django-allauth: https://www.intenct.nl/projects/django-allauth/