Update CHANGELOG

This commit is contained in:
aaron levin 2015-12-24 21:56:49 +01:00
parent 71d5debdf1
commit 133dadd054

View file

@ -11,7 +11,7 @@ HEAD
* Add combinators for the new authentication framework:
* `AuthPolicy` universe to parameterize authentication policy strictness.
* `AuthProtect` combinator used to protect sets of endpoints
* `AuthProtected` data family that users will provide at the server/client-level.
* `AuthProtected` GADT that users will provide at the server/client-level.
* `BasicAuth` data type for `Basic` authentication.
* `JSON` data type for `JWT` authentication.