Search code examples
laravelauthenticationlaravel-passport

When I login then error will be ocuurred "It was not possible to parse your key, reason". (Laravel api)


{"message": "It was not possible to parse your key, reason: "}

I also tried composer update command and composer require laravel/passport and php artisan passport:install.

But the same error is still occurring. Please suggest me what is the solution for this error.


Solution

  • If I changed the version of PHP and it's work.