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.

Home Page:http://django-session-security.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Namespaces

Morrolan opened this issue · comments

Please can you add support for URL namespaces?

Please can you also expand the documentation and provide some examples of how to use settings.SESSION_SECURITY_PASSIVE_URLS and settings.SESSION_SECURITY_PASSIVE_URL_NAMES?