X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FAuthentication.php;h=646729c434014ac37794cdedf1ecc3d36c3e9f63;hb=58c8959da0ece9a23966b315310a3962542bc7f4;hp=bf7a9eb76f5e353582710551da88d52ac836e107;hpb=d7e9b91181733ec8f84231fb9e05a890e8f60291;p=friendica.git diff --git a/src/Core/Authentication.php b/src/Core/Authentication.php index bf7a9eb76f..646729c434 100644 --- a/src/Core/Authentication.php +++ b/src/Core/Authentication.php @@ -71,7 +71,7 @@ class Authentication extends BaseObject } // Check current path, if 2fa authentication module return - if ($a->argc > 0 && in_array($a->argv[0], ['ping', '2fa', 'view', 'help', 'logout'])) { + if ($a->argc > 0 && in_array($a->argv[0], ['ping', '2fa', 'view', 'help', 'api', 'proxy', 'logout'])) { return; }