Open
Description
I really like the all-in-one convenience of django-security, but the SessionSecurityMiddleware implementation lacks the client-side keep-alive available in django-session-security. The keep-alive is important to us because our product is used to guide a conversation with a customer so our users are often "active" on a page without server-side interaction.
Any interest adding a keep-alive feature to django-security? If so, what approach would you prefer? The licenses look compatible so it seems like any of the following would work:
- Replace SessionSecurityMiddleware with the django-session-security implementation
- Port the JS code to SessionSecurityMiddleware
- Include both in django-security
Metadata
Metadata
Assignees
Labels
No labels