dusterio / lumen-passport

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

Fix a bug where the passport routing is incompatible to Lumen 7 #131

Closed chris-doehring closed 4 years ago

chris-doehring commented 4 years ago

Hi there!

I just tried to update my project to Lumen 7 with your latest version, but unfortunately there is still the bug, that it's not using the correct router group access, so I corrected it in a fork.

I tested it locally and it works just fine.