PHP Class CakeDC\Users\Auth\RememberMeAuthenticate

Inheritance: extends Cake\Auth\BaseAuthenticate
Show file Open project: cakedc/users

Public Methods

Method Description
authenticate ( Cake\Network\Request $request, Response $response ) : mixed Authenticate callback Reads the stored cookie and auto login the user

Method Details

authenticate() public method

Authenticate callback Reads the stored cookie and auto login the user
public authenticate ( Cake\Network\Request $request, Response $response ) : mixed
$request Cake\Network\Request Cake request object.
$response Cake\Network\Response Cake response object.
return mixed