/guardhaus

An HTTP authentication/authorization library, written in Rust.

Primary LanguageRustMIT LicenseMIT

Guardhaus

CI Status Coverage Status

Guardhaus is an HTTP authentication/authorization library, written in Rust.

Features

  • Support for HTTP digest authentication via the Authorization header (as specified in RFC 7616) for Hyper
  • Support for the HTTP Authentication-Info header (as specified in RFC 7616, section 3.5) for Hyper

Usage

Requires Rust ≥ 1.13.0.

Add guardhaus to your project's Cargo.toml. For more details, consult the Cargo guide.

Legal

Guardhaus is copyrighted under the terms of the MIT license. See LICENSE for details.