uafrica / oauth-server

OAuth Server
Other
51 stars 51 forks source link

configured routing to recognize json extension #13

Closed davalb closed 9 years ago

davalb commented 9 years ago

I seems to be necessary to configure the json-extension in the routes.php of the plugin, even if you have it configured in the routes.php of your app. Otherwise this route: /oauth/access_token.json will not be recognized.

dakota commented 9 years ago

Our server application declares .json in the core routes file, which is why we never picked this up. Thanks :+1: