GitXplorerGitXplorer
j

iron-hmac

public
6 stars
4 forks
4 issues

Commits

List of commits on branch master.
Verified
77330bceee213f72a1cbe2a8be174fb3db7124c5

Merge pull request #12 from juchiast/master

jjwilm committed 6 years ago
Unverified
af39fa73126a22d048cbdbc1f4ca971991ec7592

Bump version to 0.6

jjuchiast committed 6 years ago
Unverified
eea805cfbfe7b1c894f5925e5f0ad5679feaaba0

Update iron

jjuchiast committed 6 years ago
Unverified
753b35cf0de5a94a09df4d2f8de90c434226bfe7

persistent 0.4

ddimbleby committed 7 years ago
Unverified
3fea6b1e3e4a569a0f3cd377fdd330109b5941df

update hyper

ddimbleby committed 7 years ago
Unverified
06e6e0929dd7f7115bbc9eacc641788b49f21729

openssl 0.9

ddimbleby committed 7 years ago

README

The README file for this repository.

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.