CAS support for django-allauth.
Find a file
Aurélien Delobelle bb8a3b16bf Connect a CAS Account for an authenticated works...
...thanks to using SocialLogin.stash/unstash_state.

Also:
- Some tests are updated to get the stash_state. Requests are denied if
client session doesn't go through stash_state (called in LoginCASView).
- Fix an assert statement in a test.
2017-09-16 01:58:09 +02:00
allauth_cas Connect a CAS Account for an authenticated works... 2017-09-16 01:58:09 +02:00
tests Connect a CAS Account for an authenticated works... 2017-09-16 01:58:09 +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 Add badges to README 2017-07-28 15:37:59 +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
==================

.. image:: https://travis-ci.org/aureplop/django-allauth-cas.svg?branch=master
    :target: https://travis-ci.org/aureplop/django-allauth-cas

.. image:: https://coveralls.io/repos/github/aureplop/django-allauth-cas/badge.svg?branch=master
    :target: https://coveralls.io/github/aureplop/django-allauth-cas?branch=master


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/