laravel"s default login process is to log in through the form user entering the account password, and then submit the form to log in.
but I want to access a method in a controller, and then log in to a user (specified by the user in the controller), that is, log in without submitting a form,
is there a way to achieve this?