[ ソース: flask-login ]
パッケージ: python3-flask-login (0.4.1-2)
python3-flask-login に関するリンク
Debian の資源:
flask-login ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-flask
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- sug: python-flask-login-doc
- user session management for Flask -- documentation