CAS support for django-allauth.
- Requirements
- Django 1.8 → 2.0
- Dependencies
- django-allauth
- python-cas: CAS client library
Note
Tests only target the latest allauth version compatible for each Django version supported:
- Django 1.9 with django-allauth 0.32.0;
- Django 1.8, 1.10, 1.11, 2.0 with the latest django-allauth.
If you have any problems at use or think docs can be clearer, take a little time to open an issue and/or a PR would be welcomed ;-)
- Acknowledgments
- This work is strongly inspired by the OAuth2 support of django-allauth.
Install the python package django-allauth-cas
. For example, using pip:
$ pip install django-allauth-cas
Add 'allauth_cas'
to INSTALLED_APPS
.