dusterio / lumen-passport

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

Passport Login Failed Response 500 Internal Server #88

Closed mico258 closed 2 years ago

mico258 commented 6 years ago

hi everyone, i just follow the documentation and get this when post /oauth/token

snapshot_2018-8-15_22-8-3

wukongrita commented 6 years ago

same here with laravel 5.6 with lumen-passport 0.2.8... @mico258 do you already solve it?

any help?

mico258 commented 6 years ago

@wukongrita i've solved this failed, however i forget how to solved it. Maybe u can try check the database . check your oauth_client table, make sure the client secret is correct.

harunnryd commented 5 years ago

any help :'(