Cartalyst\Sentinel\Checkpoints\CheckpointInterface::login PHP Method

login() public method

Checkpoint after a user is logged in. Return false to deny persistence.
public login ( Cartalyst\Sentinel\Users\UserInterface $user ) : boolean
$user Cartalyst\Sentinel\Users\UserInterface
return boolean
    public function login(UserInterface $user);
CheckpointInterface