# mkhorasani/Streamlit-Authenticator

A secure authentication module to manage user access in a Streamlit application.

Repository: https://github.com/mkhorasani/Streamlit-Authenticator
Canonical: https://ross.abutalabs.com/products/streamlit-authenticator
Language: Python
License: MIT
License Family: permissive
Topics: authentication, python, streamlit, streamlit-component, oauth2, 2fa
Last push: 2026-07-01T20:53:27+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 16, longevity 100
- inputs: {"age_days": 1761, "days_push": 63, "days_rel": 550, "gap_med": 153, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2083, forks 290 (observed 2026-08-28T04:06:11.776722+00:00)

## What it is
A Python library providing secure authentication widgets and credential management for Streamlit applications. It supports login, registration, password reset, and cookie-based session handling via a YAML config file.

## Use cases
- add a login page to a streamlit app
- manage user credentials in streamlit
- implement password reset in streamlit
- register new users in a streamlit application
- secure a streamlit dashboard with authentication
- store hashed passwords in a yaml config for streamlit

## When to choose
- you are building a Streamlit app and need drop-in login, registration, and password management widgets
- you want cookie-based session persistence and hashed credential storage without building auth from scratch

## When to avoid
- you need full OAuth2 or SSO flows rather than credential-based login
- your application is not built on Streamlit

## Facets
- artifact type: library
- maturity: active
- function: auth, ui-components, form-handling
- domain: web-development, security, developer-tools
- platform: python
- tags: streamlit, login-widget, two-factor-authentication, user-registration, password-reset, yaml-config, web-server

## Member repositories
- mkhorasani/Streamlit-Authenticator (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:11.776722+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-30T02:55:53.697168+00:00, confidence not recorded.
  - readme: https://github.com/mkhorasani/Streamlit-Authenticator (fetched 2026-08-28T04:06:11.776722+00:00, sha 139e7e4ef578)
  - registry_pypi: https://pypi.org/pypi/streamlit-authenticator/json (fetched 2026-08-29T10:35:52.524452+00:00, sha b271d02fc09c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
