Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
routePassword :: Happstack m => TVar PasswordConfig -> AcidState AuthenticateState -> TVar AuthenticateConfig -> AcidState PasswordState -> [Text] -> RouteT AuthenticateURL (ReaderT [Lang] m) Response Source #
initPassword :: PasswordConfig -> FilePath -> AcidState AuthenticateState -> TVar AuthenticateConfig -> IO (Bool -> IO (), (AuthenticationMethod, AuthenticationHandler), RouteT AuthenticateURL (ServerPartT IO) JStat) Source #
initPassword' :: TVar PasswordConfig -> AcidState PasswordState -> FilePath -> AcidState AuthenticateState -> TVar AuthenticateConfig -> IO (Bool -> IO (), (AuthenticationMethod, AuthenticationHandler), RouteT AuthenticateURL (ServerPartT IO) JStat) Source #