This repository was archived by the owner on Jan 25, 2024. It is now read-only.
Releases: tarkatronic/django-ssl-auth
Releases · tarkatronic/django-ssl-auth
Version 2.2.0
This release adds one new features:
- #8 - Allow insecure request, for development purposes. Thanks, @diskwarrior!
Version 2.1.0
Added a new setting, SSLCLIENT_LOGIN_URL, to allow a separate URL from the base Django LOGIN_URL for use with this library. Thanks to @starboarder2001 for the work!
Also dropped support for Python 3.3 and 3.4 as they are now beyond their EOL. (Soon, 2.7... mwahahaha)
Version 2.0.1
Added a MANIFEST.in to fix issues with installation of the package from PyPi
Version 2.0.0
This is my first release as the new maintainer of this package!
Major changes include:
- Full tox test matrix
- Fully linted code
- Explicit support for Django 1.8 all the way through current master
- The authentication backend now inherits from Django's ModelBackend to enable use of Django's permissions