I'm setting up a Edge Microgateway, via the instructions here, but my microgateway fails when i try to use the generated token. I use the 'edgemicro token get' command to get the token, and that returns with no problems, but once I go to use that token in my request, I get an 'access_denied'.
I went into the config.yaml file to turn off the oauth parameters by setting 'allowNoAuthorization' and 'allowInvalidAuthorization' both to true. After doing that, my microgateway was working and I was getting a proper response. Anyone have any ideas on why the generated access token is not working properly?
I'm running:
nodejs version: 6.7.0
edgemicro version: 2.3.1