Provides HTTP authentication schemes (e.g., Basic, Bearer) for Actix Web applications.
# Cargo.toml
[dependencies]
actix-web-httpauth = "0.8.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up basic HTTP authentication middleware in an Actix Web server.
Ensure `actix-web` is a dependency and middleware is applied in the correct order.
No dependency data recorded yet.