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

Touch events #71

Closed dacotagh closed 7 years ago

dacotagh commented 8 years ago

Could you please add touch events (touchstart, touchmove, touchend) to the list of caught events to track activity?

jpic commented 8 years ago

I think we want that, would you like to contribute that ?