dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
655 stars 138 forks source link

Compatible with Lumen 5.4 #23

Closed 4levels closed 7 years ago

4levels commented 7 years ago

Hi,

is this library compatible with Lumen 5.4?

Kind regards and keep up the great work!

PS. I came from esbenp's implementation in Lumen 5.0/5.1, via the updated oauth2 implementation from lucadegasperi/oauth2-server-laravel in 5.2 and now via the Laravel Passport implementation with Lumen 5.3

dusterio commented 7 years ago

I haven't checked yet - I will check shortly. If it's not - I will make it compatible! :) You can track the status in this issue

4levels commented 7 years ago

Hi Denis,

I'm just from testing a cloned version of your repo and so far everything seems to work, including the scope and scopes middleware from Laravel's Passport library.

If you want, I can create a PR from my fork (I did nothing more than updating the versions in composer.json)

Kind regards and thank you for the swift reply!

Erik

dusterio commented 7 years ago

Thanks, I copied the lines from your composer.json :)