maxcountryman/axum-login
🪪 User identification, authentication, and authorization for Axum. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 88
- Release rhythm 16
- Longevity 100
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: 158.5
- age_days: 1467
- days_rel: 409
- days_push: 75
- n_releases_24m: 3
Adoption not part of the score
1021 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust crate providing user identification, authentication, and authorization as tower middleware for the Axum web framework. It supports arbitrary user backends, user/group permissions, and route protection built on tower-sessions.
Use cases
- add login and session-based authentication to an axum web app
- protect routes so only logged-in users can access them
- implement role or group-based permissions in a Rust web service
- authenticate users against a custom database, LDAP, or third-party auth provider
- manage user sessions in an axum application
When to choose
- you're building a web service with axum and need authentication middleware
- you want flexible support for custom user types and auth backends
- you need both authentication and fine-grained authorization with permissions
When to avoid
- you're not using axum or the tower ecosystem
- you need a full turnkey identity provider with hosted login pages
- you need OAuth/OpenID Connect flows out of the box without writing a backend
Facets
library · maturity active
auth authorization middleware web-development backend security rust axum tower sessions login rust-library session-management web-server
2 sources
- readme: https://github.com/maxcountryman/axum-login · fetched 2026-08-28 · 4acf805596e6
- registry_crates: https://crates.io/api/v1/crates/axum-login · fetched 2026-08-29 · bd888b949692
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maxcountryman/axum-login | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="maxcountryman/axum-login")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem