From 9a95840874896bf3e47f0ed37fa1e003e27fdfcc Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Sun, 5 Jul 2020 00:18:25 +0200 Subject: [PATCH] add django-cas-ng add django-cas-ng --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6745c01..bc20f4e 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Users - [django-allauth](https://github.com/pennersr/django-allauth/) - Improved user registration including social auth. - [django-organizations](https://github.com/bennylope/django-organizations/) - Multi-user accounts for Django projects. +- [django-cas-ng](https://github.com/django-cas-ng/django-cas-ng) - django-cas-ng is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign On) and Single Logout (SLO). ### Views - [django-braces](https://github.com/brack3t/django-braces) - Reusable, generic mixins.