Crate axum_htpasswd

source ·
Expand description

§Easy authentication for axum

Provide an easy-to-use, simple, file-based authentication mechanism for axum-based web applications modeled after htpasswd files.

Structs§

  • File-based authentication provider backed by a plaintext file.