dusterio / lumen-passport

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

NotFoundHttpException #57

Closed ahmdabos closed 2 years ago

ahmdabos commented 7 years ago

Hello, i did all what mentioned in the documentation but im getting NotFoundHttpException when i call /oauth/token in postman is this how to Registering Routes: i put this code in AuthServiceProvider file public function boot() { Dusterio\LumenPassport\LumenPassport::routes($this->app); } im not sure is it right or no

im using lumen5.4 and lumen-passprot 0.2.0

ahmdabos commented 7 years ago

i need to uncomment this link in bootrsap/app.php $app->register(App\Providers\AppServiceProvider::class);