A simple Blazor Web App that authenticates with Twitch and displays followers for the logged in user.
You must provide a Twitch App Client ID and Secret by using either:
- Environment Variables
- TWITCH__CLIENTID
- TWITCH__CLIENTSECRET
- appsettings.json
- "Twitch:ClientId"
- "Twitch:ClientSecret"
- .NET 5