oauth2-server-lumen icon indicating copy to clipboard operation
oauth2-server-lumen copied to clipboard

A lumen bridge for lucadegasperi/oauth2-server-laravel

Results 6 oauth2-server-lumen issues
Sort by recently updated
recently updated
newest added

Hi, When I run a composer require over a project with Lumen 5.6.* I get the following error: Problem 1 - Conclusion: don't install lucadegasperi/oauth2-server-laravel 4.0.1 - Installation request for...

The dependency version of lucadegasperi/oauth2-server-laravel is using $app->bindShared() which is now called $app->singleton(). The fix is to update your dependency to 5.1.1

As per the `lucadegasperi/oauth2-server-laravel` project (which this project is supposed to wrap), Lumen is now supported: [Lumen setup notes for lucadegasperi/oauth2-server-laravel](https://github.com/lucadegasperi/oauth2-server-laravel/blob/master/docs/getting-started/lumen.md) I no longer see a reason for this library...

Hi, when testing the refresh-token call I noticed that the Proxy class encrypts the token twice before storing it in the cookie. This seems to fail. When I adjust this,...

Hi, I noticed that the scopes, passed in the routes middleware declaration, are not being parsed / passed on to the filter function. I found a fix by adding the...