rizrob66

Results 2 comments of rizrob66

me too! please help us!

@colesnic89 Thanks for your tips I did it in my Controller: ` public function behaviors() { $behaviors = parent::behaviors(); //$behaviors['authenticator']['only'] = ['create', 'update', 'delete']; $behaviors['authenticator']['authMethods'] = [ HttpBearerAuth::class, ]; return...