Can I configure the provider in Laravel Passport's authorization code grant client? #57770
Unanswered
akinoriakatsuka
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Laravel Passport's authorization code grant with multi-auth. However, when I use the command to create a client, the provider is always null for the authorization code grant.
https://github.com/laravel/passport/blob/ca3da2367a658eb9d96c609a2897abc5f3669406/src/ClientRepository.php#L190
Can I use it if I directly set the provider in the corresponding record in the oauth_clients table? Or is there some reason why it can't be used?
Beta Was this translation helpful? Give feedback.
All reactions