Replace jose (who is depracated) with firebase provider in jwt-auth
- First, install me with composer in your Laravel project :
composer require "pierrocknroll/jwt-auth-firebase @dev"
- Then change the config file of jwt-auth (config/jwt.php), under providers :
'jwt' => Pierrocknroll\JwtAuthFirebase\Firebase::class,