Skip to content

Conversation

@daffl
Copy link
Member

@daffl daffl commented Jun 11, 2014

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.

@daffl daffl added this to the 1.0.0 milestone Jun 11, 2014
daffl added a commit that referenced this pull request Jun 11, 2014
Use URI parameters as service params and remove bodyParser dependendency
@daffl daffl merged commit 7c0aec8 into master Jun 11, 2014
@daffl daffl deleted the bodyparser-params-update-76 branch June 11, 2014 18:30
daffl added a commit that referenced this pull request Aug 19, 2018
daffl added a commit that referenced this pull request Aug 21, 2018
daffl added a commit that referenced this pull request Aug 21, 2018
)

* Properly dispatch arrays that do not come from Feathers hook events

* Check if data is an array instead

* Remove unecessary code in tests
daffl pushed a commit that referenced this pull request Aug 21, 2018
* fix(package): update @feathersjs/transport-commons to version 4.0.0

* Account for connection being passed
daffl added a commit that referenced this pull request Aug 22, 2018
)

* Properly dispatch arrays that do not come from Feathers hook events

* Check if data is an array instead

* Remove unecessary code in tests
daffl pushed a commit that referenced this pull request Aug 22, 2018
* fix(package): update @feathersjs/transport-commons to version 4.0.0

* Account for connection being passed
daffl added a commit that referenced this pull request Aug 25, 2018
jslint error in authentication
daffl added a commit that referenced this pull request Aug 29, 2018
daffl pushed a commit that referenced this pull request Aug 29, 2018
Adding support for OAuth2 token based auth strategies. Closes #46.
daffl added a commit that referenced this pull request Aug 29, 2018
daffl pushed a commit that referenced this pull request Aug 29, 2018
Adding support for OAuth2 token based auth strategies. Closes #46.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add route params to feathers params Remove bodyParser dependency

2 participants