Skip to content

SessionSecurityMiddleware Client Activity Keep-Alive #51

Open
@claytondaley

Description

@claytondaley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions