vaeringjar e2682d2d90 init | 1 year ago | |
---|---|---|
src | 1 year ago | |
tests | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
pyproject.toml | 1 year ago |
django_sso
provides view, middleware, and backends for django web
apps that use single sign-on (SSO) for authentication.
Built originally for CAS using python-cas
; this way developers can
use the same CAS ticket verification logic in django or
non-django-based web apps.