Laravel 7.5.2 (passport Api) + Ajax Error : Undefined Index: Aud , \\vendor\\laravel\\passport\\src\\guards\\tokenguard.php
I am using Laravel 7.5.2 with Vuejs. I am using passport for api authentication. I have followed passport installation instruction on laravel website. Has run composer require lar
Solution 1:
There was some problem in laravel/passport version 9.0. Upgrading to version 9.0.1 fixed the issue.
composer update laravel/passport:9.0.1
The details of the issue can be found here: Issue Detail on Github
Thanks to those who fixed the issue.
Solution 2:
Did you run php artisan passport:install
?
It's needed to install keys in your storage directory.
Post a Comment for "Laravel 7.5.2 (passport Api) + Ajax Error : Undefined Index: Aud , \\vendor\\laravel\\passport\\src\\guards\\tokenguard.php"