feat(youtube): add youtube integration
This commit is contained in:
9
packages/backend/src/apps/youtube/common/auth-scope.ts
Normal file
9
packages/backend/src/apps/youtube/common/auth-scope.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
const authScope: string[] = [
|
||||
'https://www.googleapis.com/auth/youtube',
|
||||
'https://www.googleapis.com/auth/youtube.readonly',
|
||||
'https://www.googleapis.com/auth/youtube.upload',
|
||||
'https://www.googleapis.com/auth/userinfo.email',
|
||||
'https://www.googleapis.com/auth/userinfo.profile',
|
||||
];
|
||||
|
||||
export default authScope;
|
Reference in New Issue
Block a user