Package python3-module-flask-login: Information

  • Default inline alert: Version in the repository: 0.6.3-alt2

Binary package: python3-module-flask-login
Version: 0.3.0-alt5
Architecture: noarch
Build time:  May 30, 2022, 02:57 PM in the task #300904
Report package bug
License: MIT
Summary: User session management for Flask
Description: 
Flask-Login provides user session management for Flask. It handles the
common tasks of logging in, logging out, and remembering your users'
sessions over extended periods of time.

Flask-Login is not bound to any particular database system or
permissions model. The only requirement is that your user objects
implement a few methods, and that you provide a callback to the
extension capable of loading users from their ID.

Maintainer: Grigory Ustinov


ACL:
@python
@everybody

Last changed


May 30, 2022 Grigory Ustinov 0.3.0-alt5
- Fixed BuildRequires.
Aug. 10, 2021 Grigory Ustinov 0.3.0-alt4
- Fixed BuildRequires.
Nov. 13, 2019 Andrey Bychkov 0.3.0-alt3
- python2 disabled