django-allauth-cas/allauth_cas
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
..
templates/cas_account/messages initial 2017-07-25 18:31:42 +02:00
test Renew on already authenticated + Misc tests 2017-07-28 15:31:37 +02:00
__init__.py New dev release 2017-07-26 18:34:08 +02:00
apps.py initial 2017-07-25 18:31:42 +02:00
exceptions.py initial 2017-07-25 18:31:42 +02:00
providers.py initial 2017-07-25 18:31:42 +02:00
signals.py Prevent escaping of logout message 2017-07-26 17:24:20 +02:00
urls.py initial 2017-07-25 18:31:42 +02:00
views.py Renew on already authenticated + Misc tests 2017-07-28 15:31:37 +02:00