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
309 stars 142 forks source link

django-session-secruity compatbile with Django 4.1.6? #149

Closed LECARROU closed 1 year ago

LECARROU commented 1 year ago

I use django-session-security in my old projects with Django 2.2.5. But now I use Django 4.1.6 and it doesn't seems to works. I've read in Requirements in this repo that it require up to Django 4.0.

Does that mean Django newer version are not yet supported? If so, will Django 4.1.6 will be supported in next update?

Thanks for this package, Regards