bug fixing

This commit is contained in:
Roland Schneider
2021-09-28 19:57:59 +02:00
parent 300defb905
commit e6f8660d78

View File

@@ -33,7 +33,7 @@ class RestController extends Controller
],
];
// $behaviors['authenticator'] = $auth;
$behaviors['authenticator'] = $auth;
$behaviors['authenticator'] = [
'class' => JwtHttpBearerAuth::class,
'auth' => [$this, 'auth'],