Youtube handle, working v2

This commit is contained in:
EdiFarcas
2025-04-29 13:28:17 +03:00
parent 7fd2080d58
commit 6cff4acc36
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ export const authOptions = {
GoogleProvider({
clientId: process.env.GOOGLE_CLIENT_ID!,
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
allowDangerousEmailAccountLinking: true,
authorization: {
params: {
scope: "openid email profile https://www.googleapis.com/auth/youtube.readonly",