dusterio/lumen-passport

Use grant_type:client_credentials instead of grant_type: password

jumperdenfer opened this issue · 1 comments

Hello, i want to use client_credentials instead of password,
i already get a tokens, but when i use it, i get " unauthorized" 401, it's my first time with lumen/dusterio and passport.
So i think i need to modify the AuhServiceProvider for concording with the new gran_type, but idk how to do it.
Someone can help me ?

What is the log file saying?