Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Releases: tarkatronic/django-ssl-auth

Version 2.2.0

23 Apr 12:43
1da2283

Choose a tag to compare

This release adds one new features:

  • #8 - Allow insecure request, for development purposes. Thanks, @diskwarrior!

Version 2.1.0

19 Dec 14:09
089c541

Choose a tag to compare

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

16 Oct 19:23

Choose a tag to compare

Added a MANIFEST.in to fix issues with installation of the package from PyPi

Version 2.0.0

14 Oct 19:15

Choose a tag to compare

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