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

Support django-csp #158

Closed prauscher closed 6 months ago

prauscher commented 6 months ago

resolves #157

This MR adds support for django-csp as described in #157

jpic commented 6 months ago

N1!!