Source: flask-security Maintainer: Debian Python Team Uploaders: Adrian Vondendriesch Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, # mongodb, python3-all, python3-babel, python3-bcrypt, python3-flask-babelex, python3-flask-login, python3-flask-mail, # python3-flask-mongoengine, python3-flask-peewee, python3-flask-principal, python3-flask-sqlalchemy, python3-flaskext.wtf, python3-passlib, python3-peewee, python3-pymongo, python3-pytest, python3-pytest-cov, python3-pytest-pep8, python3-pytest-runner, python3-setuptools, python3-wheel, tox, twine, Standards-Version: 4.5.0 Homepage: https://github.com/mattupstate/flask-security Vcs-Git: https://salsa.debian.org/python-team/packages/flask-security.git Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-security Package: python3-flask-security Architecture: all Depends: python3-flask, python3-flask-login, python3-flask-mail, python3-flask-principal, python3-flaskext.wtf, python3-itsdangerous, python3-passlib, python3-speaklater, ${misc:Depends}, ${python3:Depends} Description: Simple security for Flask apps (Python 3) Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: . * Session based authentication * Role management * Password encryption * Basic HTTP authentication * Token based authentication * Token based account activation (optional) * Token based password recovery / resetting (optional) * User registration (optional) * Login tracking (optional) * JSON/Ajax Support . This is the Python 3 version of the package.