Flask-Login (0.5.0)

Published 2025-08-29 02:22:06 +02:00 by eofredj

Installation

pip install --index-url  Flask-Login

About this package

User session management for Flask

Flask-Login

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.

Links

* `documentation <https://flask-login.readthedocs.io/en/latest/>`_
* `development version <https://github.com/maxcountryman/flask-login>`_


Details
PyPI
2025-08-29 02:22:06 +02:00
0
Matthew Frazier
MIT
16 KiB
Assets (1)
Versions (1) View all
0.5.0 2025-08-29