PHP Class App\Modules\System\Controllers\Authorize

Inheritance: extends App\Core\BackendController
Show file Open project: nova-framework/framework

Protected Properties

Property Type Description
$layout

Public Methods

Method Description
login ( ) : Response Display the login view.
logout ( ) : Response Handle a GET request to logout the current User.
postLogin ( ) : Response Handle a POST request to login the User.
postRemind ( ) : Response Handle a POST request to remind a User of their password.
postReset ( ) : Response Handle a POST request to reset a User's password.
remind ( ) : Response Display the password reminder view.
reset ( string $token ) : Response Display the password reset view for the given token.

Method Details

login() public method

Display the login view.
public login ( ) : Response
return Response

logout() public method

Handle a GET request to logout the current User.
public logout ( ) : Response
return Response

postLogin() public method

Handle a POST request to login the User.
public postLogin ( ) : Response
return Response

postRemind() public method

Handle a POST request to remind a User of their password.
public postRemind ( ) : Response
return Response

postReset() public method

Handle a POST request to reset a User's password.
public postReset ( ) : Response
return Response

remind() public method

Display the password reminder view.
public remind ( ) : Response
return Response

reset() public method

Display the password reset view for the given token.
public reset ( string $token ) : Response
$token string
return Response

Property Details

$layout protected property

protected $layout