feat(google-tasks): add google tasks integration

This commit is contained in:
Rıdvan Akca
2023-12-14 13:55:41 +03:00
parent 953c5a5b5b
commit 7a6aa99840
13 changed files with 255 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
const authScope = [
'https://www.googleapis.com/auth/tasks',
'https://www.googleapis.com/auth/userinfo.email',
'https://www.googleapis.com/auth/userinfo.profile',
];
export default authScope;