Create login controller

By default, login is pointing to default guard model. Change it according to your needs by setting $guard property.
app/Http/Controllers/LoginController.php
You can edit response by overriding authorizedResponse method. We share that method as trait for registration controller as well.
app/Utilities/Traits/HasAuthResponse.php

Login response