flask-login
User session management for Flas
User session management for Flas
To install this package, run one of the following:
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.
Summary
User session management for Flas
Last Updated
Jul 31, 2014 at 21:15
License
MIT License
Total Downloads
675
Supported Platforms