Initial commit for Bitly OAuth provider

This commit is contained in:
Armino Popp
2020-01-21 22:10:11 +02:00
parent 6b07d9426c
commit 2e724524f4
3 changed files with 6 additions and 0 deletions
+6
View File
@@ -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',
View File
View File