软件包: python3-flask-paranoid (0.2.0-2)
python3-flask-paranoid 的相关链接
Trisquel 的资源:
下载源码包 flask-paranoid:
- [flask-paranoid_0.2.0-2.dsc]
- [flask-paranoid_0.2.0.orig.tar.gz]
- [flask-paranoid_0.2.0-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Christoph Berg
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-flask-paranoid 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flask (>= 0.10)
- micro web framework based on Werkzeug and Jinja2 - Python 3.x