bluefantail / flickrGal

flickrGal is a fully responsive gallery utilising the flickr api. Written in pure javascript, with no external dependencies.
14 stars 1 forks source link

Remove Flickr API secret #42

Closed dmgawel closed 7 years ago

dmgawel commented 7 years ago

As flickrGal uses Flickr API methods that do not need authorization, API secret is not needed and storing it on client side should be considered very unsafe. This PR removes it.

Ps. Just discovered this plugin. So clean and simple, just what I was looking for! Great job.

bluefantail commented 7 years ago

Indeed you're right! Thanks for this, hadn't even occurred to me it wasn't needed there, despite the code having no dependancy for it at all!

Awesome to see someone getting some good use out of it.