authomatic/authomatic
Simple yet powerful authorization / authentication client library for Python web applications. observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 56
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4955
- days_rel: n/a
- days_push: 264
- n_releases_24m: 0
Adoption not part of the score
1053 stars · 397 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Authomatic is a framework-agnostic Python library that simplifies user authentication and authorization via third-party providers like Facebook, Google, and Twitter using OAuth 2.0 and OpenID. It provides adapters for Django, Flask, Pyramid, and Webapp2, plus helpers for making provider API calls.
Use cases
- add social login with Facebook or Google to a Flask app
- implement OAuth2 client authentication in a Django project
- log users in via third-party providers in a Pyramid web app
- call provider APIs on behalf of authenticated users
- replace hand-rolled OAuth flows with a minimal library
- support multiple OAuth2 providers from one codebase
When to choose
- you need OAuth2 social login in a Python web app with Django, Flask, or Pyramid
- you want a lightweight, framework-agnostic auth client with minimal dependencies
- you need to make authenticated API calls to many popular providers
When to avoid
- you need OAuth1 or OpenID support, which was removed in the 2.0 release
- you need a full identity provider or SSO server rather than a client library
- your framework has no adapter and you don't want to write one
- you need Python versions older than 3.10
Facets
library · maturity active
auth authorization http-client web-development security apis python oauth2-client oauth openid framework-agnostic social-login django flask pyramid
3 sources
- readme: https://github.com/authomatic/authomatic · fetched 2026-08-28 · 60c2dbe689ab
- homepage: https://authomatic.github.io/authomatic · fetched 2026-08-29 · f839f1d444fa
- registry_pypi: https://pypi.org/pypi/authomatic/json · fetched 2026-08-29 · 56d085584db8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| authomatic/authomatic | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="authomatic/authomatic")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem