laravel / fortify

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

How implements multi guards? #158

Closed majweb closed 3 years ago

majweb commented 3 years ago

How implements multi guards?

driesvints commented 3 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

peterson-umoke commented 3 years ago

@majweb, if you are looking towards implementing multi guards with Fortify, use this link. https://laravel.com/docs/8.x/authentication#authenticating-users

or you use this repository, it contains multi auth using laravel fortify alternative, laravel breeze<