#digest #http #access #rfc7616 #rfc2069 #rfc2617

digest-access

HTTP Digest Access Authentication compliant with ITEF RFC2069, RFC2617 and RFC7616 for Rust

4 releases

new 0.3.2 Apr 15, 2024
0.3.1 Jan 6, 2022
0.3.0 Oct 11, 2021
0.2.0 Oct 31, 2020

#216 in Authentication

Download history 5/week @ 2024-01-05 10/week @ 2024-02-16 21/week @ 2024-02-23 3/week @ 2024-03-01 12/week @ 2024-03-08 5/week @ 2024-03-15 45/week @ 2024-03-29 15/week @ 2024-04-05

72 downloads per month

MIT/Apache

28KB
664 lines

crates.io docs.rs

digest-access

HTTP Digest Access Authentication for Rust

A (mostly) complete implementation of ITEF RFC2069, RFC2617 and RFC7616

Features

  • from-headers - provides an implementation of the TryFrom<http::HeaderMap> trait to create a DigestAccess instance from HTTP response headers. See the reqwest_get example for how to use.

    Adds the http crate as a dependency.

License

Digest Access is licensed under either of

at your option.


lib.rs:

This crate provides HTTP Digest Access Authentication, as specified by ITEF RFC2069, RFC2617 and RFC7616

Dependencies

~0.6–1MB
~18K SLoC