| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Happstack.Authenticate.Password.URL
Documentation
data AccountURL Source
Constructors
| Password |
rPassword :: forall tok e r. Boomerang e tok r ((:-) AccountURL r) Source
accountURL :: Router () (AccountURL :- ()) Source
data PasswordURL Source
Constructors
| Token | |
| Account (Maybe (UserId, AccountURL)) | |
| Partial PartialURL | |
| PasswordRequestReset | |
| PasswordReset | |
| UsernamePasswordCtrl |
rUsernamePasswordCtrl :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source
rPasswordReset :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source
rPasswordRequestReset :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source
rPartial :: forall tok e r. Boomerang e tok ((:-) PartialURL r) ((:-) PasswordURL r) Source
rAccount :: forall tok e r. Boomerang e tok ((:-) (Maybe (UserId, AccountURL)) r) ((:-) PasswordURL r) Source
rToken :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source
passwordURL :: Router () (PasswordURL :- ()) Source
nestPasswordURL :: RouteT PasswordURL m a -> RouteT AuthenticateURL m a Source