パッケージ: python3-flask-paranoid (0.2.0-4)
python3-flask-paranoid に関するリンク
Trisquel の資源:
flask-paranoid ソースパッケージをダウンロード:
- [flask-paranoid_0.2.0-4.dsc]
- [flask-paranoid_0.2.0.orig.tar.gz]
- [flask-paranoid_0.2.0-4.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Python Team
- 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