Reputation: 233
I am created a Laravel Password Authentication for client_credentials token request api.In that api client_id and client_secret passes as form data. In need to pass it through Authorization Basic <Base64-encoded client_key:client_secret>
Is there any possibility to pass it header in laravel passport.
Upvotes: 0
Views: 34