Merge pull request #928 from jhrcek/baDoc
Add link to cookbook example of basic auth (#752)
This commit is contained in:
commit
74b646105f
1 changed files with 2 additions and 0 deletions
|
@ -409,6 +409,8 @@ As of `0.5`, *servant-client* comes with support for basic authentication!
|
||||||
Endpoints protected by Basic Authentication will require a value of type
|
Endpoints protected by Basic Authentication will require a value of type
|
||||||
`BasicAuthData` to complete the request.
|
`BasicAuthData` to complete the request.
|
||||||
|
|
||||||
|
You can find more comprehensive Basic Authentication example in the [Cookbook](../cookbook/basic-auth/BasicAuth.html).
|
||||||
|
|
||||||
### Generalized Authentication
|
### Generalized Authentication
|
||||||
|
|
||||||
Servant `0.5` also shipped with support for generalized authentication. Similar
|
Servant `0.5` also shipped with support for generalized authentication. Similar
|
||||||
|
|
Loading…
Reference in a new issue