vdomah / oc-jwtauth

JWTAuth plugin for October CMS wich provides token based authentication
MIT License
27 stars 21 forks source link

$isHidden causing an error #9

Open richrosa opened 6 years ago

richrosa commented 6 years ago

When I try and use the CMS tab in October, I get this error.

Undefined property: Tymon\JWTAuth\Middleware\GetUserFromToken::$isHidden /$my_path/modules/cms/widgets/ComponentList.php line 101

richrosa commented 6 years ago

for now I added:

public $isHidden = true;

to: plugins/vdomah/jwtauth/vendor/tymon/jwt-auth/src/Middleware/GetUserFromToken.php