Contents

Flask-Login 0.6.3

0

User authentication and session management for Flask.

User authentication and session management for Flask.

Stars: 3681, Watchers: 3681, Forks: 819, Open Issues: 20

The maxcountryman/flask-login repo was created 13 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 3681 github stars!

How to Install flask-login

You can install flask-login using pip

pip install flask-login

or add it to a project with poetry

poetry add flask-login

Package Details

Author
Matthew Frazier
License
MIT
Homepage
https://github.com/maxcountryman/flask-login
PyPi:
https://pypi.org/project/Flask-Login/
Documentation:
https://flask-login.readthedocs.io/
GitHub Repo:
https://github.com/maxcountryman/flask-login

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  flask-login  pypi packages just yet.

Errors

A list of common flask-login errors.

Code Examples

Here are some flask-login code examples and snippets.

GitHub Issues

The flask-login package has 20 open issues on GitHub

  • Fall back to request loader on invalid remember cookie
  • Please can you release a new version?

See more issues on GitHub

Related Packages & Articles

flask-appbuilder 5.1.0

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.

apispec 6.9.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

oauthlib 3.3.1

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

Flask 3.1.2

A simple framework for building complex web applications.