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

Small clarification of quick.rst #127

Open dethorpe opened 5 years ago

dethorpe commented 5 years ago

This is regarding the new style of middleware introduced in 1.10 https://docs.djangoproject.com/en/1.10/topics/http/middleware/