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

UserAuthenticationStorageHelper: Implicit Grant Flow support #282

Open Gemmstone opened 10 months ago

Gemmstone commented 10 months ago

I don't know if i'm lost or the it's that the library doesn't support it

https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#implicit-grant-flow:~:text=valid.%20Read%20more-,Implicit%20grant%20flow,-This%20flow%20is

I'm doing an open source app that connects to twitch for Vtubers, and i don't want to send them to create an app to twitch and checked that this was an option, any help?

I have it already working excelently with a client id and secret, but the implicit grant flow doesn't use a secret.