Category "laravel-passport"

Method Illuminate\Auth\RequestGuard::logout does not exist Laravel Passport

Am using Laravel Passport to build an API, I removed the web routes and its guard accordingly How can I test user logout? This is what I have so far: Lo

Laravel Passport - Not able to get token string in response?

i am getting result like below in registration using passport laravel "success": { "token": { "name": "MyApp", "abilities": [

Laravel passport get token from database

I am using a Laravel version 5.5 and using Passport for authentication. I have created token using: $token = $user->createToken('string')->accessToken;

Guzzle Not Sending Grant Type to Laravel Passport

Im a little stumped with my code, I am running Laravel 6 with Guzzle Http Client version 6.3.3. I have opted to use a trait which I use on my API Gateway for c

What is Passport in Laravel? [closed]

I am a starter of web services. I have to make APIs using Laravel for mobile application. In the Laravel documentation, I have got API Authent

Laravel passport: assigning the scopes to access token overriding oauth/token route

I am working on a Laravel project. I am using Laravel Passport for API authentication. I am trying to assign the scopes to the access token based on the user ro

oauth-private.key does not exist or is not readable

So, I imported another project from Bitbucket and tried to launch it using php artisan serve, I always get this error: [LogicException]