ytsm
ytsm copied to clipboard
OAuth authentication for YouTube
To access private playlists and videos, we need to support authentication.
Hey, I'd be happy to take on this challenge, if you're not currently working on it :)
I also recommend adding some people as collaborators, as that means they can help moderate and be assigned to issues, the link I sent shows you the level of access a collaborator has.
Sure, go ahead
Sorry, closed by accident.
I know @chibicitiberiu doesn't like adding more dependencies, but there's a plugin for handling authentication with other services and django. Maybe that'll work? Or at least give a good push in the right direction? https://github.com/pennersr/django-allauth
Google has a pretty detailed guide on implementing OAuth in a web server. The python example uses Flask, but I'm pretty sure it can be ported to Django without much difficulty.
Personally, I would try google's guide first, but I'll let @J-tt decide on how to aproach this.