Cakephp 3.x ADmad/JwtAuth doesn't work
问题 Currently I'm working with cakephp 3.1 to develop a restful API for an android app. I've been trying to use the ADmad/JwtAuth.Jwt component but I can't make it work, and I dont know why. I've followed this tutorial without using the CRUD component.This is my code: AppController.php public function initialize() { parent::initialize(); $this->loadComponent('RequestHandler'); $this->loadComponent('Auth', [ 'storage' => 'Memory', 'authenticate' => [ 'Form'=> ['fields' => ['username' => 'email',