SocksTheWolf/TwitchAdOverlay

Use a standard client id token

Opened this issue · 0 comments

Currently, we have the user create their own twitch api token. It would be better for accessibility to just instead embed our client id with the application.

According to the twitch documentation:

Client IDs are considered public and can be embedded in a web page’s source.

Making this easier to use for a basic user would be heavily desirable.