Reproduction situation:
- No environment variables are defined
- The file
~/.stormpath/apiKey.properties does exist, with these contents:
apiKey.id = xxx
apiKey.secret = xxx
But the following construction fails:
var client = new stormpath.Client();
With this error:
Error: API key ID and secret is required.
This may be a duplicate report of #6
Reproduction situation:
~/.stormpath/apiKey.propertiesdoes exist, with these contents:But the following construction fails:
With this error:
This may be a duplicate report of #6