Closed trchristensen closed 5 years ago
Have you followed the instructions for Laravel Passport as well?
Have you followed the instructions for Laravel Passport as well?
I'm having the same issue and i have not found any Passport instructions you are talking about, please link them?
Thank you.
@LEVATHIAN
php artisan passport:install
php artisan passport:install
Still getting the same issue
php artisan passport:install
Still getting the same issue
sullyfischer dont help fix problem.
@amiller911 what?!
@LEVATHIAN please look it up as a "Laravel Passport" issue on the net
@LEVATHIAN please look it up as a "Laravel Passport" issue on the net
I have been trying to fix the problem for 2 weeks with no results, i looked up all possible solutions.
The request has not been applied because it lacks valid authentication for the targeted resource.
Having the same issue, did try all the commands listed above and in the installation instructions.
Looks like this is the issue: https://github.com/laravel/passport/issues/795 TokenGuard.php in passport expects jwt token to be serialized, but laravel has serialize set to false by default, so there's an exception thrown from unserialize.
Somehow I still can't figure out how to fix this. Any hints?
Somehow I still can't figure out how to fix this. Any hints?
Upgrade to Passport 7.0 and Laravel 5.7.x.
Thanks it worked, but in the process I had to update other packages. I guess this should be updated in the composer.json
file
This is what I used:
"laravel/framework": "5.7.*",
"laravel/passport": "^7.0",
"pbmedia/laravel-ffmpeg": "^3.0.0",
"php-ffmpeg/php-ffmpeg": "dev-master#c11b79ab5b0174aa1a56c54c67491169e78a4c17",
"laravel/framework": "5.7.*", "laravel/passport": "^7.0", "pbmedia/laravel-ffmpeg": "^3.0.0", "php-ffmpeg/php-ffmpeg": "dev-master#c11b79ab5b0174aa1a56c54c67491169e78a4c17",
This worked perfectly for me! Thanks @BoKKeR
The site is set up on my local machine. I'm using Valet. Followed the installation commands and configured the .env. Can you help me figure this out? Thanks.