sfelix-martins / passport-multiauth

Add support to multi-authentication to Laravel Passport
MIT License
288 stars 51 forks source link

Error while using grant_type client_credentials #137

Open rasikkunwar opened 3 years ago

rasikkunwar commented 3 years ago

This is the request parameters. { "client_id": 3, "client_secret": "QVmsOyziBX79dB3ryNKeq9KoRyBp14jOCh4CKYAu", "grant_type": "client_credentials", "scope": "*", }

This is the error message i am getting. "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.",