Error: In laravel 8 with passport 10 after running composer update command

后端 未结 1 1305
日久生厌
日久生厌 2021-01-26 12:05

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

相关标签:
1条回答
  • 2021-01-26 12:49

    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

    0 讨论(0)
提交回复
热议问题