I am working on project which has separate model for users — AppModelsCustomer. And also it has own authorisation fields — Email and cust_password. And also password is hashed by password_hash function. In my config/auth.php in providers section I set up my custom model: So I am trying to implement Laravel Grand Tokens. I need to make request to /oauth/token/
Tag: access-token
Get access token to Flipkart seller account using php
Can anyone help to get access token by using Flipkart app id and app secret. We have tried with the code below: But we get the error: {“error”:”invalid_grant”,”error_description”:”Unauthorized grant type: client_credentials”} 400 Answer I ran through the same issue and after struggling for a couple of hours I went to my seller account and recreated my “Application Id” and “Application