prep: Making way for the planned 'Dashboard' page and correcting Twitch bot scope

This commit is contained in:
2025-11-17 01:16:21 +01:00
parent 3fb360aa77
commit 6ed78cf3fb
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ async def login_with_twitch(request: Request):
request.session['oauth_state'] = state
# As per RESEARCH_REPORT.md, these are the minimum required scopes
scopes = "chat:read chat:write"
scopes = "chat:read"
# Construct the authorization URL
auth_url = (