apiary-authenticate-0.8.0.0: src/Web/Apiary/Authenticate.hs
module Web.Apiary.Authenticate (
AuthConfig(..), Provider(..)
, HasAuth
, withAuth, withAuthWith
, authHandler
-- * filter
, authorized
-- * action
, authLogout
-- ** getter
, authConfig, authProviders, authRoutes
-- * reexport
, module Data.Default.Class
) where
import Web.Apiary.Authenticate.Internal
import Data.Default.Class