Contents

Flask-Login 0.6.3

0

User authentication and session management for Flask.

User authentication and session management for Flask.

Stars: 3567, Watchers: 3567, Forks: 801, Open Issues: 14

The maxcountryman/flask-login repo was created 12 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 3567 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 14 open issues on GitHub

  • Bump coverage from 5.5 to 6.3
  • remember token become invalid after browser closed when using https
  • Logout the not is_active user
  • Bump flask[async] from 2.0.1 to 2.0.2
  • @login_required with Flask 2.0 Async Routes, does not return a valid response
  • Contributors welcome: Automated PyPI releases
  • Rebuild documentation

See more issues on GitHub

Related Packages & Articles

Flask-AppBuilder 4.5.1

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.6.1

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

oauthlib 3.2.2

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

Flask 3.0.3

A simple framework for building complex web applications.