ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Bind server URL with wildcard #21

Closed Auros closed 2 years ago

Auros commented 2 years ago

By binding with a wildcard, the web interface can be accessed through a user's network instead of only on their host machine.

ErisApps commented 2 years ago

Binding to wildcard isn't really feasible because Twitch requires the authorization callback urls to be known ahead of time and registered, which is not really possible in this case.