[Vuejs]-Auth0 access token to API works in postman but not when calling from Vue

0๐Ÿ‘

โœ…

Ok it turns out I made a mistake in the axios part of the sample code. The sample is using get, while my API is using post. So I ended up sending the header in the wrong axios parameter. Hope this helps someone that encountered the same problem.

Leave a comment