├── .gitignore ├── LICENSE ├── README.md ├── forceauth └── __init__.py └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdisec/django-forceauth/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdisec/django-forceauth/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdisec/django-forceauth/HEAD/README.md -------------------------------------------------------------------------------- /forceauth/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdisec/django-forceauth/HEAD/forceauth/__init__.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdisec/django-forceauth/HEAD/setup.py --------------------------------------------------------------------------------