Internal API can't be disabled
This commit is contained in:
parent
81a5b6633c
commit
7fe647c3ab
@ -16,13 +16,12 @@ function handle404() {
|
||||
}
|
||||
|
||||
function before() {
|
||||
assertApiIsEnabled();
|
||||
|
||||
$internalUse = \BusinessLogic\Helpers::getHeader('X-INTERNAL-CALL');
|
||||
|
||||
if ($internalUse === 'true') {
|
||||
buildUserContextFromSession();
|
||||
} else {
|
||||
assertApiIsEnabled();
|
||||
$token = \BusinessLogic\Helpers::getHeader('X-AUTH-TOKEN');
|
||||
buildUserContext($token);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user