tfabris / CrowCam

A set of Bash scripts to control and maintain a YouTube live cam from a Synology NAS.
GNU General Public License v3.0
3 stars 3 forks source link

Fixed OAuth code retrieval #71

Closed tfabris closed 5 months ago

tfabris commented 5 months ago

GitHub issue #69 - Partially fix the problem with the retrieval of the OAuth code due to deprecation of the OOB flow. This does not completely fix GitHub issue #69 but it fixes part of it. The problem is that the end user must now create their own localhost web page to display the code. I still need to write up some instructions on how to do this part.