wai-middleware-hmac

HMAC Authentication Middleware for WAI

https://github.com/creichert/wai-middleware-hmac

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Christopher Reichert
Maintained by [email protected]

Wai HMAC Authentication Middleware implementation.

This middleware closely models the Amazon AWS Authentication scheme. By default, this middleware will also default to using the HTTP Authorization header.

See wai-middleware-hmac-client for ready-to-use client module.