使用laravel/passpport 4.0的時候
提示異常資訊:
Replicating claims as headers is deprecated and will removed from v4.0. Please manually set the header if you need it replicated.
解決辦法:
composer require lcobucci/jwt=3.3.3
本作品採用《CC 協議》,轉載必須註明作者和本文連結
使用laravel/passpport 4.0的時候
提示異常資訊:
Replicating claims as headers is deprecated and will removed from v4.0. Please manually set the header if you need it replicated.
composer require lcobucci/jwt=3.3.3
本作品採用《CC 協議》,轉載必須註明作者和本文連結