# ueberauth/ueberauth

An Elixir Authentication System for Plug-based Web Applications

Repository: https://github.com/ueberauth/ueberauth
Canonical: https://ross.abutalabs.com/products/ueberauth
Language: Elixir
License: MIT
License Family: permissive
Topics: elixir, authentication, authorization, oauth2, oauth, ueberauth
Last push: 2026-07-19T17:05:01+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 8, longevity 100
- inputs: {"age_days": 4342, "days_push": 45, "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 1716, forks 119 (observed 2026-08-28T04:05:26.306749+00:00)

## What it is
Ueberauth is an Elixir authentication framework for Plug-based web applications, providing a two-phase authentication API inspired by Omniauth. It handles the initial authentication challenge (e.g., OAuth flows) through pluggable community strategies, while leaving per-request authentication to the application or companion libraries like Guardian.

## Use cases
- add GitHub OAuth login to a Phoenix app
- support sign-in with multiple third-party providers
- implement social login in a Plug-based Elixir web app
- build custom authentication strategies for Elixir
- integrate OAuth2 flows with phx.gen.auth
- collect credentials from a login form in a standardized way

## When to choose
- you're building a Phoenix or Plug-based Elixir app and need third-party provider login
- you want a consistent API across many OAuth/OAuth2 strategies
- you need to pair initial authentication with JWT sessions via Guardian

## When to avoid
- you need per-request session authentication handled for you
- you're not using Plug-based Elixir web frameworks
- you need a full turnkey auth solution with user management out of the box

## Facets
- artifact type: library
- maturity: stable
- function: auth, middleware, web-framework
- domain: web-development, backend, security, developer-tools
- platform: elixir
- tags: oauth2, oauth, phoenix, plug, authentication-strategies, omniauth-inspired, web-server

## Member repositories
- ueberauth/ueberauth (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:26.306749+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-30T03:34:16.695525+00:00, confidence not recorded.
  - readme: https://github.com/ueberauth/ueberauth (fetched 2026-08-28T04:05:26.306749+00:00, sha b990e6ab109b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
