IHP.Controller.BasicAuth
Description
basicAuth :: (?context :: ControllerContext) => Text -> Text -> Text -> IO () Source #
Adds basic http authentication
Mainly for protecting a site during external review. Meant for use in the controller:
beforeAction = basicAuth ...