feat(twitch): add twitch integration

This commit is contained in:
Rıdvan Akca
2023-11-01 18:13:52 +03:00
parent 5fb48ed54b
commit e97c7e2e68
15 changed files with 244 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
const authScope: string[] = ['user:read:email'];
export default authScope;