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
310 stars 141 forks source link

Django 2.0 compatibility: django.core.urlresolvers replaced by django… #103

Closed Ruffle closed 6 years ago

Ruffle commented 6 years ago

….urls

jpic commented 6 years ago

Could we have a try/except import here for backward compat ?

jpic commented 6 years ago

We've dealt with is_authenticated in #98, could you rebase the change on the urls import on master ? Thanks !