bug fixing
This commit is contained in:
@@ -33,7 +33,7 @@ class RestController extends Controller
|
||||
],
|
||||
];
|
||||
|
||||
// $behaviors['authenticator'] = $auth;
|
||||
$behaviors['authenticator'] = $auth;
|
||||
$behaviors['authenticator'] = [
|
||||
'class' => JwtHttpBearerAuth::class,
|
||||
'auth' => [$this, 'auth'],
|
||||
|
||||
Reference in New Issue
Block a user