Add OAuth module from repository
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
0
modules/OAuth/Config/.gitkeep
Executable file
0
modules/OAuth/Config/.gitkeep
Executable file
13
modules/OAuth/Config/config.php
Executable file
13
modules/OAuth/Config/config.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'OAuth',
|
||||
'options' => [
|
||||
'active' => ['default' => 'off'],
|
||||
'client_id' => ['default' => 'freescout'],
|
||||
'client_secret' => ['default' => ''],
|
||||
'auth_url' => ['default' => 'https://'],
|
||||
'token_url' => ['default' => 'https://'],
|
||||
'user_url' => ['default' => 'https://']
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user