lumen-passport icon indicating copy to clipboard operation
lumen-passport copied to clipboard

Making Laravel Passport work with Lumen

Results 10 lumen-passport issues
Sort by recently updated
recently updated
newest added

It fixes memory limit in Travis CI with PHP 5.6.

The original `routes` always enabled all routes, when a callback is provided it causes error because it calls `$callback->group()`.

AccessTokenController@revokeOrDeleteAccessTokens no longer access Token's model directly. It now uses [Passport::token()](https://laravel.com/docs/5.7/passport#configuration) instead. I also have added the feature to set what connection should be used for passport. You only need...

when i try to migrate i got In Facade.php line 338: Call to undefined method Laravel\Lumen\Routing\Router::middleware()

Change access_token validation to PersonalAccessTokenFactory NOTE : You should disable Laravel Passport Route `Passport::$registersRoutes = false;` in your service provider

I'm working with this package, my project I force myself in rename the passport's tables and this issue I can resolved created a own provider as follows: ```php

When I am going to install this package I have faced the comparability error, like this: Problem 1 - laminas/laminas-diactoros[2.2.3, ..., 2.4.1] require php ^7.1 -> your php version (8.2.11)...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

I want to upgrade lumen version from ^6.0 to ^10.0. (PHP 8.3) First error i have encounter is `Call to undefined method Laravel\Lumen\Routing\Router::middleware() `So i have changed AuthServiceProvider and added...