|
| Framework.Modules.Auth.Controllers |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| checkAuth' |
| :: String | Where to redirect if login ok
| | -> String | Where to redirect if login failed
| | -> Form | Login form
| | -> HttpAction | | | Check user name and password.
|
|
|
| checkAuth :: String -> String -> HttpAction |
| Same as checkAuth', but use default login form
|
|
| loginPage' |
| :: Form | Login form
| | -> String | Where to redirect after succesful login
| | -> String | Where to redirect if login fails
| | -> AController () | | | Simple controller for login page.
|
|
|
| loginPage :: String -> String -> AController () |
| Same, but with default login form
|
|
| doLogout |
| :: String | Where to redirect after logout
| | -> HttpAction | | | Log out current user
|
|
|
| Produced by Haddock version 2.4.2 |