Skip to content

Instantly share code, notes, and snippets.

@vseventer
Created June 6, 2012 13:52
Show Gist options
  • Save vseventer/2881980 to your computer and use it in GitHub Desktop.
Save vseventer/2881980 to your computer and use it in GitHub Desktop.
JavaScript Library (0.9.3) Master Secret setup for Node.js
Kinvey.init({
appKey: '<your-app-key>',
appSecret: '<your-app-secret>',
masterSecret: '<your-master-secret>'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment