Open slashweb opened 5 years ago
@slashweb I found that I had this issue because of CSRF middleware on the route.
@reganlawton can u please elaborate the issue, because i am having the same problem and i am pretty new to this.
Basic @swastik009 the issue is that you have the CSRF middleware active on that route and a POST request is checking for the CSRF tomen and triggering a failed request.
This was the case for me ofcourse. But I’m on my phone ATM but buzz me back if you need an example of some code to visualise the issue I had.
When i try to get the token the response comes empty, what can i do, the client_id and secret that i am using are password clients