Teekeks / pyTwitchAPI

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

added the ImplicitGrantFlow variant for retrieving an OAuth token #311

Closed Braastos closed 5 months ago

Braastos commented 5 months ago

A simple and kinda hacky Solution for implementing the Implicit Grant Flow.

Probably missed some documentation

Teekeks commented 5 months ago

I will not merge this PR since I am currently working on a rework of how I handle oauth. But that rework will also include this flow.