This was of great help. The only problem I encountered was when running php artisan jwt:secret. $app->register(Tymon\JWTAuth\Providers\LumenServiceProvider::class); needs to be added to app.php before the command is executed.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This was of great help. The only problem I encountered was when running
php artisan jwt:secret.$app->register(Tymon\JWTAuth\Providers\LumenServiceProvider::class);needs to be added to app.php before the command is executed.