Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session Timeout #192

Closed
shahharsh176 opened this issue Apr 8, 2024 · 3 comments · Fixed by #197
Closed

Session Timeout #192

shahharsh176 opened this issue Apr 8, 2024 · 3 comments · Fixed by #197
Assignees
Labels
feature New feature request
Milestone

Comments

@shahharsh176
Copy link
Contributor

shahharsh176 commented Apr 8, 2024

Description

Implement session timeout functionality to automatically log users out after a configurable period of inactivity.

Background

Users who remain logged in without activity for extended periods are vulnerable to security threats. By implementing a session timeout feature, we can mitigate these risks and enhance the overall security posture of the platform.

Feature Details

  • explore integration possibility of packages such as django-session-security
  • Display a warning notification to users before their session expires
  • Ensure that the session timeout feature is configurable and can be easily adjusted based on evolving security needs and user feedback.
  • Provide a code snippet demonstrating how session security can be integrated into any Django template.
  • The Frame package will have session security integrated.
@shahharsh176 shahharsh176 added the feature New feature request label Apr 8, 2024
@shahharsh176 shahharsh176 self-assigned this Apr 8, 2024
@shahharsh176 shahharsh176 changed the title Expire User Session after N seconds of inactivity Session Timeout Apr 8, 2024
@shahharsh176
Copy link
Contributor Author

@kc-diabeat should we enable session timeout in App Panel also ?

@shahharsh176 shahharsh176 linked a pull request Apr 10, 2024 that will close this issue
@shahharsh176 shahharsh176 added this to the v0.2.0 milestone Apr 10, 2024
@shahharsh176
Copy link
Contributor Author

@kc-diabeat This is how the warning message will be displayed

Screenshot 2024-04-11 at 4 07 10 PM

@kc-diabeat
Copy link
Contributor

Looks good @shahharsh176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants