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
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