Nginx SSO library for DPaW internal applications.
Project description
This project is a library of Nginx configuration to undertake single-sign-on within Department of Parks and Wildlife internal applications.
Installation (Django applications)
Install via pip: pip install nginx-sso-dpaw
Add 'nginx_sso' to INSTALLED_APPS
Add nginx_sso.middleware.NginxAuthMiddleware after or (replace) 'django.contrib.auth.middleware.AuthenticationMiddleware' to MIDDLEWARE_CLASSES
Add 'nginx_sso.backends.NginxAuthBackend' to AUTHENTICATION_BACKENDS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nginx-sso-dpaw-0.1a6.tar.gz
(2.5 kB
view hashes)