Source: flask-kvsession
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-sphinx, python3-flask, python3-simplekv
Standards-Version: 4.6.1
Homepage: https://github.com/infobyte/flask-kvsession
Vcs-Browser: https://gitlab.com/kalilinux/packages/flask-kvsession
Vcs-Git: https://gitlab.com/kalilinux/packages/flask-kvsession.git

Package: python3-flask-kvsession
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-flask-kvsession-doc
Description: Flask's session handling using server-side sessions (Python 3)
 This package contains server-side session replacement for Flask's signed
 client-based session management. Instead of storing data on the client, only a
 securely generated ID is stored on the client, while the actual session data
 resides on the server.
 .
 This has two major advantages:
   - Clients no longer see the session information
   - It is possible to securely destroy sessions to protect against replay
     attacks.
 .
 Other things are possible with server side session that are impossible with
 clients side sessions, like inspecting and manipulating data in absence of the
 client.
 .
 This package installs the library for Python 3.

Package: python-flask-kvsession-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Flask's session handling using server-side sessions (common documentation)
 This package contains server-side session replacement for Flask's signed
 client-based session management. Instead of storing data on the client, only a
 securely generated ID is stored on the client, while the actual session data
 resides on the server.
 .
 This has two major advantages:
   - Clients no longer see the session information
   - It is possible to securely destroy sessions to protect against replay
     attacks.
 .
 Other things are possible with server side session that are impossible with
 clients side sessions, like inspecting and manipulating data in absence of the
 client.
 .
 This is the common documentation package.
