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

Enable jQuery in no-conflict mode in JavaScript #139

Open mpasternak opened 3 years ago

mpasternak commented 3 years ago

Hi,

please review the commit.

For my code I need to enable jQuery in no-conflict mode in JavaScript.

jpic commented 5 months ago

Interesting but breaks some tests for me unfortunately