django-cas-ng
django-cas-ng is a Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign-On) and Single Logout (SLO).
It supports Django 4.2+ and Python 3.10+.
Documentation --------
Check out documentation at https://djangocas.dev/docs/latest/
Quick links:
- CAS 101: Introduction to CAS protocol.
- Example integration: A step by step guide on how to integrate this library.
- Installation
- Configuration
Features
- Supports CAS versions 1.0, 2.0 and 3.0
- Support Single Logout (needs CAS server support)
- Supports Token auth schemes
- Can fetch Proxy Granting Ticket
- Supports Django 4.2+
- Supports using a Custom User model
- Supports Python 3.10+
- Supports typing hints in public API.
Contributing
New contributors are always welcome! Check out Contribution to get involved.
Changelog
Recent changes are here: https://github.com/django-cas-ng/django-cas-ng/releases
Pre-5.0.0 changelog: https://djangocas.dev/docs/latest/changelog.html