evgeny-nadymov / telegram-react

Experimental Telegram web client with tdlib, webassembly and react js under the hood
https://evgeny-nadymov.github.io/telegram-react/
GNU General Public License v3.0
2.3k stars 603 forks source link

API ID and API KEY are visible in the compact JS files served to the client #172

Open robertclarkson opened 4 years ago

robertclarkson commented 4 years ago

Hi really cool project, thanks for all the work, I am using as a basis for my project.

I notice when i deploy my app the API hash and API ID are in the client compiled JS files. This seems to be against the terms of the API. Is there any way these can be hidden? i guess we should really be doing oauth?

Thanks

letanloc1998 commented 1 week ago

I have the same question too