Sam Machin
Sam Machin
Using CurlHub.io I was able to monitor the request/reponses and check the auth headers, I have a capture for a successful request via curl and a failed one from the...
[curlhub.zip](https://github.com/node-red/node-red/files/8718636/curlhub.zip) JSON Files with the requests via curlhub from both curl and Node-RED
It does seem to be intermittent, and setting Enable Connection Keep Alive results in a ~50% success rate, so I think it could be something related to timing or connection...
Another useful feature would be to validate the timestamps and returning human readable timestamps (in GMT) Bonus points for being able to test if a JWT is currently valid eg...
In terms of validating against public keys it would be better to fetch the public key from the API for applications rather than asking the user to specify it, this...
Seems like a good idea but it shouldn't be interactive, the rest of the CLI isn't and its designed as an admin tool rather than a testing tool. But having...
The original spec had `number` and `numbers` as an alias, because depending on what you are doing the plural makes sense to read the command so `number:update` but `numbers:search` however...
There is already an option to write the private key to a file on app creation, I'm not sure how much benefit there is to writing the app id as...
I don't think it should be a . prefix, most systems 'hide' these files from general view when you list for example `ls -l` won't show a .file only `ls...
I'm concerned about having this as the default and creating files containing security credentials automatically potentially anywhere on the system. There are plenty of scenarios where a developer may be...