Samuel Martins
Samuel Martins
Hi @DimarDM Did you solve the problem?
@aukraiser Thanks for your issue. Did you solve the problem already? It's really a problem. The middleware `AddCustomProvider` checks if the param `provider` exists on request. But to grant_type `client_credentials`...
@aukraiser can you create pull request? It would help me a lot! Thanks!
@aukraiser thanks bro. I will check to accept ASAP.
Hi. In your `config/auth.php` did you created a `drivers` provider? I can’t saw in your code.
@Viol3tStar, did the @federicogodan response solve your problem?
@salvationarinze please let know what the package version where the possible error is occurring.
@digihiveinc please check if it solve your problem https://github.com/sfelix-martins/passport-multiauth/issues/63#issuecomment-458506088 to use `Auth::guard($guard)->check()`.
I think that you can get the logged user from `$request->user()` or `Auth::user()` and check is an instance of your model.
Hi @masoodkhan11 Can you help simulate this error? Maybe a unit test case failing... Thanks!