iron-hmac

Crates.ioiron-hmac
lib.rsiron-hmac
version0.6.0
sourcesrc
created_at2015-12-13 23:51:02.197736
updated_at2018-10-22 23:16:40.552078
descriptionHMAC middleware for the Iron HTTP framework
homepage
repositoryhttps://github.com/jwilm/iron-hmac
max_upload_size
id3626
size33,189
Joe Wilm (jwilm)

documentation

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

README

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.

Commit count: 64

cargo fmt