Export Basic & General Auth combinators from Servant.Server
This commit is contained in:
parent
9a94403d97
commit
752157a777
1 changed files with 8 additions and 0 deletions
|
@ -40,6 +40,14 @@ module Servant.Server
|
||||||
, Config(..)
|
, Config(..)
|
||||||
, (.:)
|
, (.:)
|
||||||
|
|
||||||
|
-- * General Authentication
|
||||||
|
, AuthHandler(unAuthHandler)
|
||||||
|
, mkAuthHandler
|
||||||
|
|
||||||
|
-- * Basic Authentication
|
||||||
|
, BasicAuthCheck(unBasicAuthCheck)
|
||||||
|
, BasicAuthResult(..)
|
||||||
|
|
||||||
-- * Default error type
|
-- * Default error type
|
||||||
, ServantErr(..)
|
, ServantErr(..)
|
||||||
-- ** 3XX
|
-- ** 3XX
|
||||||
|
|
Loading…
Reference in a new issue