Crates.io | iron-hmac |
lib.rs | iron-hmac |
version | 0.6.0 |
source | src |
created_at | 2015-12-13 23:51:02.197736 |
updated_at | 2018-10-22 23:16:40.552078 |
description | HMAC middleware for the Iron HTTP framework |
homepage | |
repository | https://github.com/jwilm/iron-hmac |
max_upload_size | |
id | 3626 |
size | 33,189 |
HMAC middleware for the Iron HTTP framework
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.
The best way to get started is by looking at the example. For details, please see the documentation
Licensed under either of
at your option.
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.