I migrated to L5.4 while I was on 5.1. I used a now deprecated OAuth lib for Laravel.
Now, I don't want the oauth routes to be changed, because it will break all my applications in production.
For example, mine is /oauth2/access_token while the one you provide is /oauth/token
I might do a manual redirection also, but it sounds nice to add this feature.
Thanks.
then don't use Passport::routes() write the routes manually and see RouteRegistrar.php for your reference
see #271
Closing this, even if the real problem was not solved.
Most helpful comment
then don't use
Passport::routes()write the routes manually and see RouteRegistrar.php for your reference