Initial files for box.com OAuth2 provider

This commit is contained in:
Armino Popp
2020-07-04 15:26:43 +03:00
parent dc55858352
commit becf8b9ba4
3 changed files with 9 additions and 0 deletions
+8
View File
@@ -33,6 +33,14 @@ return [ // Ordered by ABC.
'beta' => false,
'mock' => false
],
'box' => [
'developers' => 'https://developer.box.com/reference/',
'icon' => 'icon-box',
'enabled' => true,
'form' => false,
'beta' => false,
'mock' => false
],
'discord' => [
'developers' => 'https://discordapp.com/developers/docs/topics/oauth2',
'icon' => 'icon-discord',
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

+1
View File
@@ -0,0 +1 @@
<?php