Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aureplop/django-allauth-cas
CAS support for django-allauth.
https://github.com/aureplop/django-allauth-cas
allauth authentication cas django
Last synced: 2 months ago
JSON representation
CAS support for django-allauth.
- Host: GitHub
- URL: https://github.com/aureplop/django-allauth-cas
- Owner: aureplop
- License: mit
- Created: 2017-07-20T08:23:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T16:45:58.000Z (about 3 years ago)
- Last Synced: 2024-11-19T16:06:11.211Z (3 months ago)
- Topics: allauth, authentication, cas, django
- Language: Python
- Homepage: https://django-allauth-cas.readthedocs.io/
- Size: 40 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
##################
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=masterCAS support for django-allauth_.
Requirements
* Django 1.8 → 2.0Dependencies
* 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`_.************
Installation
************Install the python package ``django-allauth-cas``. For example, using pip:
.. code-block:: bash
$ pip install django-allauth-cas
Add ``'allauth_cas'`` to ``INSTALLED_APPS``.
.. _django-allauth: https://github.com/pennersr/django-allauth
.. _OAuth2 support of django-allauth: https://github.com/pennersr/django-allauth/tree/master/allauth/socialaccount/providers/oauth2
.. _python-cas: https://github.com/python-cas/python-cas