Level 4
If someone else is looking for implementation.
https://packagist.org/packages/dusterio/lumen-passport https://medium.com/the-andela-way/setting-up-oauth-in-lumen-using-laravel-passport-2de9d007e0b0
Hi Guys,
I am not able to implement laravel passport in Lumen, since Passport is not officially supported in Lumen, then I used dusterio/lumen-passport that worked fine, until I came to implement CustomGrantType.
Then Laravel Socialite is also not supported in Lumen, then using Lumen make not it easy if I am missing Laravel default packages support in Lumen.
I also ran some bench-mark on API build in Lumen vs Laravel, and difference is Lumen is about 50% faster than Laravel.
Any suggestions?
If someone else is looking for implementation.
https://packagist.org/packages/dusterio/lumen-passport https://medium.com/the-andela-way/setting-up-oauth-in-lumen-using-laravel-passport-2de9d007e0b0
Please or to participate in this conversation.