FACG5 / Later-team

0 stars 0 forks source link

Be secure. #20

Open sultanassi95 opened 6 years ago

sultanassi95 commented 6 years ago

Hi,

As mentioned in #11 .. Never expose your SECRETS ( CLIENT ID \ API KEY ) to the open.

You have done this by including it to your readme, also in: https://github.com/FACG5/Later-team/blob/aaf09e86bb9ef670f8be49789e2e8d704cffb617/puplic/js/dom.js#L14

Sadly, this advice is useless right now, because, this is a client-side application, in this case, we can't hide the API key, but, with time, you will get to know node.js and start working on the server-side.

Don't get confused. This was a trap! it will make you remember that :warning: warning when the time comes!