AlgosGitHub / KindleTwitchController

Twitch Chat Moderation and OBS Control Panel tailored for Kindle devices.
MIT License
2 stars 0 forks source link

Make OAuth more easy to use and robust #30

Closed MarioMottl closed 6 months ago

MarioMottl commented 7 months ago

Currently the OAuth-Twitch link has to be build by hand and its is never checked if the environment variables have been set Example: https://id.twitch.tv/oauth2/authorize?response_type=code&client_id=<CLIENT_ID>&scope=channel:moderate+chat:edit+chat:read+moderator:manage:banned_users&redirect_uri=http://localhost/auth_callback

Available scopes: Documentation