python3-flask-paranoid
Simple user session protection
Description
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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/miguelgrinberg/flask-paranoid/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-flask-paranoid