Tag: LumenPassport
Lumen Passport Logout
Danyal June 9, 2019
If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…
Posted in Lumen Tagged Authentication, laravel, LaravelPassport, logout, lumen, LumenPassport, token
Solved: local.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths
Danyal May 17, 2019
I got this issue while setting up LumenPassport in Laravel/Lumen micro framework. Error local.ERROR: RuntimeException:…
Posted in Laravel, Lumen, PHP Tagged error, fix, guzzlehttp, LaravelPassport, larvel, lumen, LumenPassport, oAuth, solution
Solved: Call to undefined method Laravel\Lumen\Application::group()
Danyal May 17, 2019
You might have come across this issue while setting up LumenPassport When you are listing…