Unexpected automatic login Laravel 7x

32 Views Asked by At

My Laravel application automatically logs in after registering which I do not want. I use the default app/Http/Controllers/Auth/RegisterController.php and inside that file I wrote my own register() method. There is no $this->guard()->login($user); inside this method. Automatic login only happens occasionally but every time it happens the application 'loaded' for a long time after registering.

0

There are 0 best solutions below