Webiny\Component\Security\Authentication\Providers\Form\Form::loginSuccessfulCallback PHP Method

loginSuccessfulCallback() public method

This callback is triggered after we have validated user credentials and have created a user auth token.
public loginSuccessfulCallback ( AbstractUser $user )
$user Webiny\Component\Security\User\AbstractUser
    public function loginSuccessfulCallback(AbstractUser $user)
    {
        // nothing to do
    }