Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- routeAuth :: (AuthenticateURL -> RouteT AuthenticateURL (ServerPartT IO) Response) -> AuthURL -> ClckT AuthURL (ServerPartT IO) Response
- checkAuth :: (Happstack m, Monad m) => AuthURL -> ClckT AuthURL m AuthURL
Documentation
routeAuth :: (AuthenticateURL -> RouteT AuthenticateURL (ServerPartT IO) Response) -> AuthURL -> ClckT AuthURL (ServerPartT IO) Response Source #
routeAuth there is much craziness here. This should be more like clckwrks-plugin-page or something