Brendan Enrick
Brendan Enrick
Allow Users to claim ownership of Channels by authenticating against Twitch. Closely related to #14
As a user, I want to be able to log in to the Dev Streams site using my Twitch Login. https://www.nuget.org/packages/AspNet.Security.OAuth.Twitch/
As a stream viewer, I want to be able to export a calendar of streams I'm planning to watch. `ical` and `ics` others too?
Many Twitch channels use a panel to show their schedule. It would be nice to pull that data for them automatically.
As a viewer, I want to select streams to "Add to my calendar", so I remember to watch them later.
As a Twitch viewer, I want to see all the DevStreams channels I follow on Twitch.
When I start a FollowerService and watch the `OnNewFollowerDetected` event, it always starts off by reporting 100 new followers. They're not new followers. I don't think it's setting its cache...
Feel free to use this, toss it, or just reference what I'm talking about from it. This is associated with #87
Mastodon uses Webfinger to find information from the server where someone's account is located. To do this, it uses the Webfinger spec, because ActivityPub alone doesn't have this lookup. We'll...