* some stuff moved to UtilityModule(old DoctrineExpressiveModule)

* api auth in place
This commit is contained in:
Danyi Dávid
2018-05-12 00:14:34 +02:00
parent 68bf4735ad
commit 8cd607b063
48 changed files with 766 additions and 29 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
return [
'acl_config' => [
'unguarded_routes' => [
'api.auth.login',
'api.ping',
],
],
];