I just got an app api key. My project is open sourced on github if I commit the part wich exploit tmdb API via wrapper the app key will be exposed. Is it allowed or no ? Or do I have to make the app key a config object
thanks for your inputs.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 2 octombrie 2012 la ora 1:02 PM
For something like this, I would make it a config object and require your users to get their own key.
Răspuns de ka2er
pe data de 2 octombrie 2012 la ora 1:13 PM
thanks for the answer. fortunatelly I asked before pushing !
Răspuns de Travis Bell
pe data de 2 octombrie 2012 la ora 1:39 PM
Well, the one thing to remember is that all it would take is one of the people who downloaded your project to abuse our API in some way and your entire app (every single user who downloaded it) would be taken offline if the API key got revoked.