ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

TV: Use variable function for callback handling (#163) #164

Closed ao-david closed 5 days ago

ao-david commented 5 days ago

This change uses a global variable to handle the ytcredscallback endpoint, and is set during each call to genToken. This prevents pattern matching duplication.

Also change the scheme of the redirect to use http not https if running on localhost.