# lepture/flask-oauthlib

YOU SHOULD USE https://github.com/lepture/authlib

Repository: https://github.com/lepture/flask-oauthlib
Canonical: https://ross.abutalabs.com/products/flask-oauthlib
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: flask, python, oauth2, oauth2-server, oauth2-client, oauth2-provider, oauth-server, oauth-client, oauth-provider, oauth
Last push: 2024-07-19T05:05:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4857, "days_push": 775, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1446, forks 450 (observed 2026-08-28T04:04:45.331553+00:00)

## What it is
Flask-OAuthlib is a Flask extension for interacting with remote OAuth-enabled applications, supporting OAuth 1.0a/1.0/1.1 and OAuth2 clients as well as building OAuth providers. It is now in maintenance mode, with the README directing users to its successor, Authlib.

## Use cases
- add oauth login to a flask app
- build an oauth2 provider in flask
- consume remote oauth apis from flask
- replace flask-oauth with oauth2 support
- issue bearer tokens from a flask server

## When to choose
- you are maintaining a legacy Flask app already built on Flask-OAuthlib
- you need OAuth1 provider support with HMAC/RSA signatures

## When to avoid
- starting a new project - use Authlib instead
- you need actively developed OAuth2 client/server features
- you use a framework other than Flask

## Facets
- artifact type: library
- maturity: maintenance
- function: auth, http-client, middleware
- domain: web-development, security, apis
- platform: python
- tags: flask, oauth, oauth2, oauth-client, oauth-provider, deprecated-in-favor-of-authlib, web-server

## Member repositories
- lepture/flask-oauthlib (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:45.331553+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-30T04:36:10.549541+00:00, confidence not recorded.
  - readme: https://github.com/lepture/flask-oauthlib (fetched 2026-08-28T04:04:45.331553+00:00, sha 3ab6d4f960ca)
  - registry_pypi: https://pypi.org/pypi/flask-oauthlib/json (fetched 2026-08-29T11:45:58.389525+00:00, sha 63fbe5c289d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
