From e9113111d611723a7c6c96150cfc7e20f093f880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Wed, 21 Mar 2018 04:47:36 +0100 Subject: [PATCH] Add link to cookbook example of basic auth (#752) --- doc/tutorial/Authentication.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorial/Authentication.lhs b/doc/tutorial/Authentication.lhs index 6576f048..e1e9e58a 100644 --- a/doc/tutorial/Authentication.lhs +++ b/doc/tutorial/Authentication.lhs @@ -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 `BasicAuthData` to complete the request. +You can find more comprehensive Basic Authentication example in the [Cookbook](../cookbook/basic-auth/BasicAuth.html). + ### Generalized Authentication Servant `0.5` also shipped with support for generalized authentication. Similar