jwt token error
-
TypeError: Tymon\JWTAuth\Blacklist::__construct(): Argument #1 ($storage) must be of type Tymon\JWTAuth\Contracts\Providers\Storage, PHPOpenSourceSaver\JWTAuth\Providers\Storage\Illuminate given
-
Hi there,
The constructor is expecting an object that implements theTymon\JWTAuth\Contracts\Providers\Storage
interface, but the actual argument passed is an instance of
PHPOpenSourceSaver\JWTAuth\Providers\Storage\Illuminate.