ramosbugs/oauth2-rs
Extensible, strongly-typed Rust OAuth2 client library observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 68
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4445
- days_rel: 590
- days_push: 192
- n_releases_24m: 1
Adoption not part of the score
1203 stars · 212 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An extensible, strongly-typed Rust implementation of the OAuth2 protocol (RFC 6749). It provides a client library for OAuth2 authorization flows, including PKCE support, and serves as the foundation for the openidconnect crate.
Use cases
- implement OAuth2 login in a Rust application
- add PKCE authorization code flow to a CLI tool
- authenticate against an OAuth2 provider from a backend service
- build single sign-on integration in Rust
- exchange authorization codes for access tokens
- implement social login without full OpenID Connect
When to choose
- you need a type-safe, standards-compliant OAuth2 client in Rust
- you want a minimal library without OpenID Connect overhead
- you need PKCE support for public clients
- you want to build OpenID Connect support on top of OAuth2
When to avoid
- you need OpenID Connect features like ID token validation - use the openidconnect crate instead
- you need an OAuth2 server/provider implementation
- you are not working in Rust
Facets
library · maturity stable
auth http-client security security web-development apis rust oauth2 pkce rfc6749 authentication
1 source
- readme: https://github.com/ramosbugs/oauth2-rs · fetched 2026-08-28 · ace4d1704f09
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ramosbugs/oauth2-rs | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="ramosbugs/oauth2-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem