From e6f8660d78878f5c98f1d45ff9380fa886019627 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Tue, 28 Sep 2021 19:57:59 +0200 Subject: [PATCH] bug fixing --- customerapi/controllers/RestController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customerapi/controllers/RestController.php b/customerapi/controllers/RestController.php index aba9b95..41dd5ff 100644 --- a/customerapi/controllers/RestController.php +++ b/customerapi/controllers/RestController.php @@ -33,7 +33,7 @@ class RestController extends Controller ], ]; -// $behaviors['authenticator'] = $auth; + $behaviors['authenticator'] = $auth; $behaviors['authenticator'] = [ 'class' => JwtHttpBearerAuth::class, 'auth' => [$this, 'auth'],