I have an error while creating passport token in laravel 8 with passport package 10. Everything is working properly before running composer update command. When I run the compos
Current solution is downgrade lcobucci/jwt package.
composer require lcobucci/jwt:3.3.3
Also you can check this https://github.com/laravel/passport/issues/1380