#Passport - client credentials not working in 13.0.5

5 messages · Page 1 of 1 (latest)

tough flume
#

Any suggestions? I can provide code too

tough flume
#

for those curious:
\Laravel\Passport\Http\Middleware\EnsureClientIsResourceOwner::class that is the new middleware to use

maiden tiger
#

Add the Client middleware alias in HTTP kernel.

#

Use that middleware on routes you want to protect with client credentials.

#

Make sure your request the token using the client credentials grant type.