| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Use URI parameters as service params and remove bodyParser dependendency
* fix(package): update @feathersjs/transport-commons to version 4.0.0 * Account for connection being passed
* fix(package): update @feathersjs/transport-commons to version 4.0.0 * Account for connection being passed
Adding support for OAuth2 token based auth strategies. Closes #46.
Adding support for OAuth2 token based auth strategies. Closes #46.
| Back | FazBrowse Home | New Git URL |
This pull request adds req.params as service parameters so that routes like app.use('/:app/todos', todoService) will pass the app name as params.app. Also removes the body-parser hard dependency and makes you use your own. Closes #76 and closes #73.