i am using laravel 5.8 and it's not working
[InvalidArgumentException]
Could not find package tymon/jwt-auth in a version matching 1.0
In order to install JWTAuth in Laravel 5.8 you need to use following
composer require tymon/jwt-auth:dev-develop
Most helpful comment
In order to install JWTAuth in Laravel 5.8 you need to use following
composer require tymon/jwt-auth:dev-develop