laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.61k stars 294 forks source link

Multiple guards #124

Closed vanthao03596 closed 3 years ago

vanthao03596 commented 3 years ago

In laravel/ui package we have function guard() to custom guard, can we add it to fortity ?

driesvints commented 3 years ago

You can already set the guard in the config: https://github.com/laravel/fortify/blob/1.x/config/fortify.php#L6