kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

remove auth tokens from example files #37

Closed TJkrusinski closed 10 years ago

TJkrusinski commented 10 years ago

Not sure if these were phony keys or what but just to prevent people from headaches to try to run the examples and have them not work I removed them.

kevinohara80 commented 10 years ago

It's actually a valid client. I leave them in there on purpose so the examples are easy to run. Since the keys are publicly available, they should be considered insecure and for test purposes only.

TJkrusinski commented 10 years ago

Ah, ok. I didn't know they were sandbox keys, makes sense. Thanks.