maxcountryman/flask-login
Flask user session management. observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 39
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5288
- days_rel: n/a
- days_push: 371
- n_releases_24m: 0
Adoption not part of the score
3675 stars · 810 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flask-Login is a Flask extension that provides user session management, handling login, logout, and persistent session tracking. It is storage-agnostic, requiring only that user objects implement a few methods and a callback to load users by ID.
Use cases
- add login and logout to a flask app
- manage user sessions across requests
- protect routes so only logged-in users can access them
- remember users' sessions over extended periods
- load current user in flask views
- implement remember-me cookie functionality
When to choose
- you are building a Flask application that needs user authentication and session handling
- you want a lightweight, database-agnostic session management layer
- you need login_required route protection and current_user access in Flask
When to avoid
- you need full-featured authentication with registration, password reset, and OAuth out of the box (consider Flask-Security or Authlib)
- you are not using Flask
- you need token-based or API-only authentication rather than session-based login
Facets
library · maturity stable
auth middleware web-development security backend python flask session-management login user-authentication flask-extension
2 sources
- readme: https://github.com/maxcountryman/flask-login · fetched 2026-08-28 · 7aa138509068
- registry_pypi: https://pypi.org/pypi/flask-login/json · fetched 2026-08-29 · faead1389520
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maxcountryman/flask-login | main | 40 |
For agents
markdown · JSON · MCP: product_card(name="maxcountryman/flask-login")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem