Update CHANGELOG for generalized authentication support
This commit is contained in:
parent
a09733a560
commit
cd31b20cd8
3 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ HEAD
|
||||||
* Client functions now consider any 2xx successful.
|
* Client functions now consider any 2xx successful.
|
||||||
* Remove matrix params.
|
* Remove matrix params.
|
||||||
* Added support for Basic authentication
|
* Added support for Basic authentication
|
||||||
|
* Add generalized authentication support via the `AuthClientData` type family and
|
||||||
|
`AuthenticateReq` data type
|
||||||
|
|
||||||
0.4.1
|
0.4.1
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -12,6 +12,7 @@ HEAD
|
||||||
* Redefined constructors of `RouteResult`.
|
* Redefined constructors of `RouteResult`.
|
||||||
* Added `Delayed` and related functions (`addMethodCheck`, `addAcceptCheck`, `addBodyCheck`, `runDelayed`)
|
* Added `Delayed` and related functions (`addMethodCheck`, `addAcceptCheck`, `addBodyCheck`, `runDelayed`)
|
||||||
* Added support for Basic Authentication
|
* Added support for Basic Authentication
|
||||||
|
* Add generalized authentication support via the `AuthServerData` type family and `AuthHandler` handler
|
||||||
|
|
||||||
0.4.1
|
0.4.1
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -11,6 +11,7 @@ HEAD
|
||||||
* Add new `Verbs` combinator, and make all existing and new verb combinators
|
* Add new `Verbs` combinator, and make all existing and new verb combinators
|
||||||
type synonyms of it.
|
type synonyms of it.
|
||||||
* Add `BasicAuth` combinator to support Basic authentication
|
* Add `BasicAuth` combinator to support Basic authentication
|
||||||
|
* Add generalized authentication support
|
||||||
|
|
||||||
0.4.2
|
0.4.2
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in a new issue