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] ...
Home/jwt
Discy Latest Questions
Getting some error from JWT with Lumen: Could not create token: Implicit conversion of keys from strings is deprecated. Please use InMemory or LocalFileReference classes https://github.com/tymondesigns/jwt-auth/issues/2059 Any suggestion to do a quick fix, it seems a bug in new version