From 752157a777d00073b020c4b671e551c2f6b85f23 Mon Sep 17 00:00:00 2001 From: aaron levin Date: Fri, 8 Jan 2016 11:45:05 +0100 Subject: [PATCH] Export Basic & General Auth combinators from Servant.Server --- servant-server/src/Servant/Server.hs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/servant-server/src/Servant/Server.hs b/servant-server/src/Servant/Server.hs index 6788da4a..0c3a3ea0 100644 --- a/servant-server/src/Servant/Server.hs +++ b/servant-server/src/Servant/Server.hs @@ -40,6 +40,14 @@ module Servant.Server , Config(..) , (.:) + -- * General Authentication + , AuthHandler(unAuthHandler) + , mkAuthHandler + + -- * Basic Authentication + , BasicAuthCheck(unBasicAuthCheck) + , BasicAuthResult(..) + -- * Default error type , ServantErr(..) -- ** 3XX