flask-security 1.7.5-1 source package in Ubuntu

Changelog

flask-security (1.7.5-1) unstable; urgency=low

  * Team upload.

  [ Adrian Vondendriesch ]
  * Initial package version.

  [ Christoph Berg ]
  * Package intentionally not updated to version 3.0.0 yet as the new
    flask-babelex dependency is still under discussion.
    https://github.com/mattupstate/flask-security/issues/715
  * Remove .DS_Store files.

 -- Christoph Berg <email address hidden>  Tue, 02 Jan 2018 14:06:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-security_1.7.5-1.dsc 2.2 KiB 136ba33562cfdeb353afb59e8b455ba3602d30a6f89a8acd9559bcc5efa005f7
flask-security_1.7.5.orig.tar.gz 41.3 KiB 988952dba451896fd7e9dbf838d0e843844f1cbd27a8e15594a9e1d9432f435f
flask-security_1.7.5-1.debian.tar.xz 3.3 KiB 3e3897166d487bc491ac51e42957bf659a857324889efdb14c7a5b07fbafa524

No changes file available.

Binary packages built by this source

python3-flask-security: 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.