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