Created mock up login
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
8fba590e9c
commit
5da12033e8
|
@ -31,7 +31,7 @@ class OrganizationalUnitController extends AbstractController
|
||||||
{
|
{
|
||||||
$data = [
|
$data = [
|
||||||
'userid' => 1,
|
'userid' => 1,
|
||||||
'apikey' => bin2hex(random_bytes(32))
|
'apikey' => bin2hex(random_bytes(16))
|
||||||
];
|
];
|
||||||
|
|
||||||
return new JsonResponse($data, Response::HTTP_OK);
|
return new JsonResponse($data, Response::HTTP_OK);
|
||||||
|
|
Loading…
Reference in New Issue