bossmc / iron-hmac

HMAC middleware for Rust's Iron HTTP framework

Home Page:https://jwilm.github.io/iron-hmac/iron_hmac/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iron-hmac

HMAC middleware for the Iron HTTP framework

Build Status Crates.io Version

Authenticates incoming requests by computing the HMAC and performing a constant-time string comparison with the provided value. An HMAC header is computed and appended to the outgoing response.

Usage

The best way to get started is by looking at the example. For details, please see the documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

HMAC middleware for Rust's Iron HTTP framework

https://jwilm.github.io/iron-hmac/iron_hmac/

License:Apache License 2.0


Languages

Language:Rust 99.5%Language:Makefile 0.5%