API: Auth implementation
This commit is contained in:
parent
01a6fb914f
commit
4e91eeb3ab
6 changed files with 147 additions and 2 deletions
|
@ -9,6 +9,8 @@ use \Psr\Http\Message\ResponseInterface as Response;
|
|||
require '../../../vendor/autoload.php';
|
||||
require '../../../res/php/Config.php';
|
||||
|
||||
include '../auth/auth.php';
|
||||
|
||||
use \mmk2410\rbe\config\Config as Config;
|
||||
|
||||
$config = new Config("../../../config.yaml", '../../../vendor/autoload.php');
|
||||
|
|
Reference in a new issue