Add YoutubeCredentials model and implement YouTube OAuth login functionality

This commit is contained in:
Edgar P. Burkhart 2025-06-13 22:23:18 +02:00
parent f7baa91132
commit 4b2f695afb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
9 changed files with 315 additions and 1 deletions

View file

@ -6,6 +6,10 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"django>=5.2.3",
"google-api-python-client>=2.172.0",
"google-auth>=2.40.3",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"requests>=2.32.4",
]