I am using laravel/passport for api authentication Today My old access token isn’t working and When i try to generate new access token then i got
Implicit conversion of keys from strings is deprecated. Please use InMemory or LocalFileReference classes. {“exception”:”[object] (ErrorException(code: 0): Implicit conversion of keys from strings is deprecated. Please use InMemory or LocalFileReference classes.
Anyone have any solution?
Kenil Vasani
lcobucci/jwt:3.4
has this problem, you can downgrade to 3.3,composer require lcobucci/jwt:3.3
can resolve it.Or, In
config\jwt.php
file Change :to