flask-paranoid 0.2.0-5 source package in Ubuntu

Changelog

flask-paranoid (0.2.0-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 25 May 2022 21:48:13 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-paranoid_0.2.0-5.dsc 2.0 KiB 707e36c3fa7433f855577232a0a6072b3da3a541e815fdfb0d3066090c1e22bf
flask-paranoid_0.2.0.orig.tar.gz 2.6 KiB a2ee9257642e0254f11578a4aa54a1a725167a641cfa0879330d477ec370c749
flask-paranoid_0.2.0-5.debian.tar.xz 2.6 KiB 12065502e76163f6e2b359cb5c884bf62eb2da445e01c1aa4509fb69d7b861fa

Available diffs

No changes file available.

Binary packages built by this source

python3-flask-paranoid: Simple user session protection

 Flask-Paranoid protects user sessions. When a client connects to this
 application, a "paranoid" token will be generated according to the IP address
 and user agent. In all subsequent requests, the token will be recalculated and
 checked against the one computed for the first request. If the session cookie
 is stolen and the attacker tries to use it from another location, the
 generated token will be different, and in that case the extension will clear
 the session and block the request.