narenchoudhary / django-iitg-auth

A custom authencation backend for authenticating with IIT Guwahati webmail (POP) servers. :star: Example project: https://github.com/narenchoudhary/django-iitg-auth-example :star:
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Add request param to autheticate method #2

Closed narenchoudhary closed 7 years ago

narenchoudhary commented 7 years ago

From Django 1.11 docs:

Changed in Django 1.11:

The request parameter was added to authenticate() and support for backends that don’t accept it will be removed in Django 2.1.