Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: Create Twitch Configuration Service #397

Closed
2 tasks
csharpfritz opened this issue Mar 7, 2024 · 2 comments · Fixed by #405
Closed
2 tasks

Epic: Create Twitch Configuration Service #397

csharpfritz opened this issue Mar 7, 2024 · 2 comments · Fixed by #405
Labels
enhancement New feature or request

Comments

@csharpfritz
Copy link
Contributor

As a standalone app service, we should allow TagzApp instances to get the following data from Twitch:

  • OAuth access tokens for chatbots
  • Profile pictures for Twitch chatters

This will support a dramatically improved Twitch configuration experience for TagzApp in containers and TagzApp as a native application

@csharpfritz csharpfritz added the enhancement New feature or request label Mar 7, 2024
@csharpfritz
Copy link
Contributor Author

let's store URLs for Twitch user profile pictures in a Redis cache with 1 hour expiration

@csharpfritz
Copy link
Contributor Author

Use Implicit Code flow like how the twitch chat password generator page works: https://twitchapps.com/tmi/

We will need to check expiration of access tokens inside of TagzApp and prompt administrators to refresh their credentials when needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant