dusterio / lumen-passport

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

The '/oauth/token' path cannot be accessed #34

Closed bluesdeng closed 7 years ago

bluesdeng commented 7 years ago

When you upgrade to the 0.2.0 version, the '/oauth/token' path returns' NotFoundHttpException in RoutesRequests.php line 594: ',and it is normal to switch to the 0.1.9 version

dusterio commented 7 years ago

Starting from that version, you need to manually add the routes in your App Service Provider - please see README? It's been updated with this instruction