feat: Start twitch user auth module.

This commit is contained in:
2024-09-06 10:59:47 +10:00
parent 7069c87e8e
commit 41f755795f
4 changed files with 75 additions and 0 deletions

7
src/twitch/authserver.py Normal file
View File

@@ -0,0 +1,7 @@
"""
We want to open an aiohttp server and listen on a configured port.
When we get a request, we validate it to be 'of twitch form',
parse out the error or access token, state, etc, and then pass that information on.
Passing on maybe done through webhook server?
"""