Top "Laravel-passport" questions

Laravel Passport is a native OAuth 2 server for Laravel apps.

Laravel Passport Password Grant Refresh Token

Trying to wrap my head around using Laravel's Passport with mobile clients. The Password Grant type of authentication seems to …

php ios laravel authentication laravel-passport
Registering User with Laravel Passport

I set up password grant (it's backend for an app). Now, I can send a post request to oauth/token …

php laravel oauth laravel-5.4 laravel-passport
How do I get a refresh token in Laravel Passport?

I'm using Laravel 6.7 and attempting to use Passport for user authentication. I'm able to create an access token for the …

laravel oauth-2.0 laravel-passport refresh-token
Customising token response Laravel Passport

I am working on an API at the moment and have hit a brick wall. I am using Passport with …

laravel oauth-2.0 laravel-passport
Laravel 5.4 Passport: unsupported_grant_type

Hello I try to do a web application and I have a problem. When I request the token from /oauth/…

php angular laravel laravel-passport
How to use Laravel Passport with Password Grant Tokens?

I just read the https://laravel.com/docs/5.6/passport documentation and I have some doubts that hopefully someone could help …

php laravel oauth laravel-passport
Error: Request header field Authorization is not allowed by Access-Control-Allow-Headers in preflight response

I am building my application in Angular 2 and Laravel 5.4. Angular2 is for client side and laravel 5.4 is for server side. …

angular laravel-passport
Laravel Passport: Create access token manually

I'm trying to find a way to create an access token manually in Laravel 5.5 using Passport and can't seem to …

php laravel api oauth laravel-passport
Replicating claims as headers is deprecated and will removed from v4.0 - Laravel Passport Problem in lcobucci/jwt package

I'm using laravel/passport:7.5.1 package in my laravel project and recently faced with this exception. Any Idea? I temperory downgrade …

php laravel laravel-passport thephpleague
Laravel Passport Print Personal Access Token

I am using Laravel's passport package to provide token based authentication to my rest api. Right now, I am using …

php laravel-5 oauth laravel-passport