You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have a problem.
I use Laravel 7 with Passport 9
I want to authenticate my users and the clubs through 2 different guards.
in auth.php I have created another guard
'clubapi' => [ 'driver' => 'passport', 'provider' => 'clubs', 'hash' => false, ],
I can log in my users without any problems.
But not the clubs
In the table oauth_clients I have created another entry with the provider clubs.
But what do I have to do to log in the club? The documentation in Laravel just doesn't give that.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions