Export the auth stuff for jwt
This commit is contained in:
parent
51a68bd60d
commit
a76b1f9e90
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ module Servant.Server.Internal.Authentication
|
||||||
, basicAuthStrict
|
, basicAuthStrict
|
||||||
, laxProtect
|
, laxProtect
|
||||||
, strictProtect
|
, strictProtect
|
||||||
|
, jwtAuthHandlers
|
||||||
|
, jwtAuth
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Control.Monad (guard, (<=<))
|
import Control.Monad (guard, (<=<))
|
||||||
|
|
Loading…
Reference in a new issue