Changelog for servant-hmac-auth-0.1.1
Changelog
servant-hmac-auth uses PVP Versioning.
The change log is available on GitHub.
Unreleased: 0.1.0
-
Introduce whitelisted headers.
-
Breaking change:
HmacSettingsnow containt post-sign hook for request.hmacClientSignfunction acceptsHmacSettings.Migration guide: use
defaultHmacSettingsforrunHmacClientfunction. -
Add
hmacAuthHandlerMapfunction that allows to perform monadic actions on every incoming request for HMAC server. -
#28: Added type alias
HmacAuthHandlerforAuthHandler Wai.Request () -
#37: Upgrade
servant-*libraries to0.16-* -
Use
Cabal-2.4
0.0.0 — Sep 6, 2018
- Initially created.