-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you use this for multi auth? having multiple user tables? #287
Comments
after digging some code i found out that userResponsbile method has this... $user_model = \Config::get('auth.providers.users.model'); so it really wont work out of the box since you are getting only the users providers, if i do multi auth i will havemultiple providers so this wont work
Any Work Around On This? |
Any solution for this or workaround without changing the code? 'providers' => [
], |
Any news on this? |
mmmm I am just in the same situation and I see no one knows the workaround :/ |
@neoacevedo I actually made a fork of this. Just a workaround, a little bit dirty but that works. You can take inspiration if you want to. |
@EmanueleCoppola I will check for it. |
Any update here? Same problem. |
dont know if this can be use for multiple users
lets say i have a user model, employee model, and client model...
is this hard coded to be use only for a user model or this is using polymorphism
for the person who revision it? where you can associate different model to it?
The text was updated successfully, but these errors were encountered: