CAS support for django-allauth.
Find a file
Aurélien Delobelle 049cf22b42 Renew on already authenticated + Misc tests
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.
2017-07-28 15:31:37 +02:00
allauth_cas Renew on already authenticated + Misc tests 2017-07-28 15:31:37 +02:00
tests Renew on already authenticated + Misc tests 2017-07-28 15:31:37 +02:00
.gitignore initial 2017-07-25 18:31:42 +02:00
.travis.yml Enable travis builds 2017-07-28 13:22:33 +02:00
LICENSE add LICENSE 2017-07-22 18:25:04 +02:00
MANIFEST.in Add missing templates to MANIFEST 2017-07-27 18:04:22 +02:00
README.rst initial 2017-07-25 18:31:42 +02:00
runtests.py initial 2017-07-25 18:31:42 +02:00
setup.cfg initial 2017-07-25 18:31:42 +02:00
setup.py initial 2017-07-25 18:31:42 +02:00
tox.ini initial 2017-07-25 18:31:42 +02:00

==================
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/