mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: added zoho oauth metadata
This commit is contained in:
@@ -362,6 +362,16 @@ return [
|
||||
'beta' => false,
|
||||
'mock' => false,
|
||||
],
|
||||
'zoho' => [
|
||||
'name' => 'Zoho',
|
||||
'developers' => 'https://zoho.com/accounts/protocol/oauth.html',
|
||||
'icon' => 'icon-zoho',
|
||||
'enabled' => true,
|
||||
'sandbox' => false,
|
||||
'form' => false,
|
||||
'beta' => false,
|
||||
'mock' => false,
|
||||
],
|
||||
'zoom' => [
|
||||
'name' => 'Zoom',
|
||||
'developers' => 'https://marketplace.zoom.us/docs/guides/auth/oauth/',
|
||||
|
||||
Reference in New Issue
Block a user