mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
feat: gforms oauth (#3466)
This commit is contained in:
@@ -81,6 +81,17 @@
|
||||
"prompt": "consent"
|
||||
}
|
||||
},
|
||||
"gforms": {
|
||||
"auth_url": "https://accounts.google.com/o/oauth2/v2/auth",
|
||||
"token_url": "https://oauth2.googleapis.com/token",
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/forms"
|
||||
],
|
||||
"extra_params": {
|
||||
"access_type": "offline",
|
||||
"prompt": "consent"
|
||||
}
|
||||
},
|
||||
"gcloud": {
|
||||
"auth_url": "https://accounts.google.com/o/oauth2/v2/auth",
|
||||
"token_url": "https://oauth2.googleapis.com/token",
|
||||
|
||||
@@ -159,6 +159,7 @@
|
||||
'gdrive',
|
||||
'gmail',
|
||||
'gcal',
|
||||
'gforms',
|
||||
'gcloud',
|
||||
'gworkspace',
|
||||
'basecamp',
|
||||
|
||||
Reference in New Issue
Block a user