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