Skip to content

Commit e911311

Browse files
author
Jan Hrček
committed
Add link to cookbook example of basic auth (#752)
1 parent 624a42e commit e911311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/tutorial/Authentication.lhs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ As of `0.5`, *servant-client* comes with support for basic authentication!
409409
Endpoints protected by Basic Authentication will require a value of type
410410
`BasicAuthData` to complete the request.
411411
412+
You can find more comprehensive Basic Authentication example in the [Cookbook](../cookbook/basic-auth/BasicAuth.html).
413+
412414
### Generalized Authentication
413415
414416
Servant `0.5` also shipped with support for generalized authentication. Similar

0 commit comments

Comments
 (0)