laravel-multiple-auth icon indicating copy to clipboard operation
laravel-multiple-auth copied to clipboard

A simple implementation of multiple authentication in Laravel. To follow along, this application has been documented as an article on Pusher blog.

Results 6 laravel-multiple-auth issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the [tutorial on pusher](https://pusher.com/tutorials/multiple-authentication-guards-laravel). I realized that [the section that talks about connecting an sqlite database](https://pusher.com/tutorials/multiple-authentication-guards-laravel#create-the-database) is probably not complete. To connect to an sqlite database you...

i can directly enter to my dashboard by the route /admin to my admin dashboard without login. #followed pusher.com

createAdmin() is using validator() and it validates no duplicates in users table instead of admins table. \app\Http\Controllers\Auth\RegisterController.php This class needs the additional validator like below, and createAdmin() can use it....

desired outcome: login in with good credentials, redirect to dashboard. actual outcome: InvalidArgumentException Route [login] not defined. laravel 5.8 ubuntu 19 i am using a subdomain admin.site/ i can login...

Password resets are not working. Application only searches for emailadresses in user table.