Export the auth stuff for jwt

This commit is contained in:
Arian van Putten 2015-10-01 13:45:59 +02:00
parent e3d41fd544
commit c19efbcec0

View file

@ -13,6 +13,8 @@ module Servant.Server.Internal.Authentication
, basicAuthStrict
, laxProtect
, strictProtect
, jwtAuthHandlers
, jwtAuth
) where
import Control.Monad (guard, (<=<))