Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save typerandom/be5a24cb666128fed5e0 to your computer and use it in GitHub Desktop.
Save typerandom/be5a24cb666128fed5e0 to your computer and use it in GitHub Desktop.
var stormpathConfig = require('stormpath-config');
var strategy = new stormpathConfig.strategy.LoadAPIKeyConfigStrategy('./apiKey.properties', false);
strategy.process({ bob: 123 }, function (err, result) {
console.log(err, result);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment