# lingthio/Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.

Repository: https://github.com/lingthio/Flask-User
Canonical: https://ross.abutalabs.com/products/flask-user
Homepage: http://flask-user.readthedocs.io/
Language: Python
License: MIT
License Family: permissive
Last push: 2022-02-03T05:42:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4578, "days_push": 1672, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1075, forks 300 (observed 2026-08-28T04:03:29.229903+00:00)

## What it is
Flask-User is a Flask extension providing customizable user authentication and account management, including registration, email confirmation, login, password reset, and role-based authorization. It supports SQL and MongoDB databases and ships with internationalization for many languages.

## Use cases
- add user registration and login to a flask app
- implement email confirmation for new accounts
- handle forgot password and password reset flows
- add role-based authorization to flask routes
- manage user accounts with change username and password features

## When to choose
- you need ready-to-use auth with sensible defaults in Flask
- you want customizable login, registration, and password management out of the box
- you need role-based authorization and multi-email support in Flask

## When to avoid
- you use a framework other than Flask
- you need actively maintained software with recent updates
- you only need minimal session handling and prefer Flask-Login directly

## Facets
- artifact type: library
- maturity: maintenance
- function: auth, authorization, form-handling, internationalization
- domain: web-development, backend, security
- platform: python
- tags: flask, user-management, login, registration, password-reset, role-based-authorization, flask-extension, web-server

## Member repositories
- lingthio/Flask-User (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:29.229903+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:26.912418+00:00, confidence not recorded.
  - readme: https://github.com/lingthio/Flask-User (fetched 2026-08-28T04:03:29.229903+00:00, sha e9c8ff1fe031)
  - registry_pypi: https://pypi.org/pypi/flask-user/json (fetched 2026-08-29T12:55:48.737395+00:00, sha 650d9928de20)
- Data as of 2026-08-30T08:39:29.467469+00:00.
