FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

Google has removed out-of-band authentication #60

Closed NotQuiteApex closed 1 year ago

NotQuiteApex commented 1 year ago

Google has removed out-of-band authentication for OAuth via API. Basically, VodBot can no longer authenticate itself when need be via the terminal by copy pasting important tokens. A solution would be adding a keyword or new command to authenticate in-bound (aka, opening a web browser and authenticating that way) and then pointing out the related session json being generated and moveable to other systems as necessary. Not ideal, but doable. This will need to be fixed before the next release.