Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
254 stars 38 forks source link

Configurable host and port in UserAuthenticator to catch redirect #331

Open nojoule opened 1 month ago

nojoule commented 1 month ago

Using the UserAuthenticator could not catch the redirect call with a non default port. This fixes it.