File: control

package info (click to toggle)
django-session-security 2.6.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: javascript: 6,675; python: 594; makefile: 134; sh: 10
file content (29 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: django-session-security
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-django,
 python3-sphinx,
 python3-selenium <!nocheck>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jean-Michel Vourgère <nirgal@debian.org>
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-session-security
Vcs-Git: https://salsa.debian.org/python-team/packages/django-session-security.git
Standards-Version: 4.6.2
Homepage: https://django-session-security.rtfd.org/
Rules-Requires-Root: no

Package: python3-django-session-security
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         ${sphinxdoc:Depends}
Recommends: libjs-jquery
Description: Python3 Django module to log a user out after X minutes
 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.