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...
https://stackoverflow.com/questions/72773206/selenium-python-attributeerror-webdriver-object-has-no-attribute-find-el > element.find_by_name(...) is now element.find_element("name", ...)
"CI graciously hosted by Travis" doesn't seem appropriate. I would like to honor their involvement and add a section, something like "Historically supported by" or something like that... with a...
Is this package compatible with Django 2.1 & 2.2? Anyone using it in production? If so, we should add it to tox.ini and travis.yml
This adds a counter to count down the number of seconds remaining until expiration if counterElementID is set, e.g.: ``` {% trans 'Your session is about to expire in' %}...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...
Hi, please review the commit. For my code I need to enable jQuery in no-conflict mode in JavaScript.
Definitely need to confirm Chrome-based tests pass before merging.
It's a common use case to provide a message after logout because of inactivity. This PR implements this feature.
Hello. I'm try to subclass the `SessionSecurityMiddleware` middleware so that I can use it on something other than users authenticated with Django's `auth` framework. Most of the logic in `process_request`...