mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Initial commit for Bitly OAuth provider
This commit is contained in:
@@ -133,6 +133,12 @@ return [
|
||||
'enabled' => true,
|
||||
'mock' => false
|
||||
],
|
||||
'bitly' => [
|
||||
'developers' => 'https://dev.bitly.com/v4_documentation.html',
|
||||
'icon' => 'icon-bitly',
|
||||
'enabled' => true,
|
||||
'mock' => false
|
||||
],
|
||||
// Keep Last
|
||||
'mock' => [
|
||||
'developers' => 'https://appwrite.io',
|
||||
|
||||
Reference in New Issue
Block a user