How to Submit POST Using M2M Token with React Frontend

Hi all,

Just managed to resolve my issue and just like to redirect a potential solution for those who are stuck with this potential problem.

Long story short, you CAN send POST Requests through Django backend with JWT Token, just that there are close to zero documentation online on how to do it. I’ve searched for 7 days over the same documents on google but didn’t manage to find any.

Nonetheless, I have written down my solution in this link, hope it will help anyone who has suffered the “pulling hair effect”: Can Auth0 M2M Token Be Used To Send POST Requests? - #5 by sgrobert

Good luck!