Floby / node-libspotify

Node bindings for the libspotify C library
projects.flo.by/node-libspotify/
102 stars 66 forks source link

Public AppKey #6

Open IainCole opened 11 years ago

IainCole commented 11 years ago

It's possible to find out where you store your appkey and download it

Floby commented 11 years ago

I guess it is but it's not nice to try

Floby commented 11 years ago

also tell me how

IainCole commented 11 years ago

You can see the url in the wget output in the build log on travis, I ended up putting a password on the directory where I store it which is obfuscated by wget

Floby commented 11 years ago

can you send a pull request for that so I can do it too?

IainCole commented 11 years ago

Not really because it's a change to your secure travis ENV variables and a setting on the server where you store your key, You do it like http://user:pass@www.mysite.com/mykey.key

Floby commented 11 years ago

oh ok I see, if I encode the URL with an authentication part then output is altered ? I'll do that.

On 13 April 2013 21:02, Iain Cole notifications@github.com wrote:

Not really because it's a change to your secure travis ENV variables and a setting on the server where you store your key, You do it like http://user :pass@www.mysite.com/mykey.key

— Reply to this email directly or view it on GitHubhttps://github.com/Floby/node-libspotify/issues/6#issuecomment-16338786 .