yourlabs / django-session-security

A little javascript and middleware work together to ensure that the user was active during the past X minutes in any tab he has open. Otherwise, display a warning leaving a couple of minutes to show any kind of activity like moving the mouse. Otherwise, logout the user.
http://django-session-security.rtfd.org
MIT License
309 stars 142 forks source link

Deprecated setting in Quick setup doc #134

Open akshay-scalegrowth opened 4 years ago

akshay-scalegrowth commented 4 years ago

I think settings.MIDDLEWARE_CLASSES here is now deprecated?

PS: Also the "Edit on Github" link in top right corner of the webpage is broken.