[ 源代码: flask-login ]
软件包:python3-flask-login(0.6.3-2)
user session management for Flask -- Python 3 module
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.
This package provides the Python 3 module.
其他与 python3-flask-login 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flask (>= 1.0.4)
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- dep: python3-werkzeug
- collection of utilities for WSGI applications (Python 3.x)
-
- sug: python-flask-login-doc
- user session management for Flask -- documentation