django-session-security
django-session-security copied to clipboard
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 a...
Hi there! I love this app for my Django projects, but I have recently updated from Django 2.0 to Django 2.1 and now I'm getting this error: ``` Internal Server...
# Using: Firefox 19.0.2 with Firebug Django (1.5) django-session-security (2.0.3) # Problem: If there's a long running request, the last activity stored in `request.session['_session_security']` is immediately set during the beginning...
I was planning to submit a PR here today, but I've hit a roadblock. Setup: We use django_cas_ng and our users auth against a CAS SSO system. When they click...
Several of the pages on the site that I run take a long time to load or several steps to configure. As a result, having them jump to a login...
Logout handler allows overriding the logout event for additional processing. Add `mock` testing dependency for Python 2.7.
Hi, If I understand correctly, django-session-security is not compatible with Django 1.7? There's probably a (good) reason for that? I would have liked to use it on a "big" project...
The `user.is_authenticated()` function is being moved over to a property as of Django 2.0. This currently throws a warnings on newer versions of Django.
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**?