mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
docs(guides): Update migration to mention removal of req.authentication (#3015)
This commit is contained in:
parent
66c4b5e720
commit
39531f5d97
@ -338,3 +338,4 @@ app.service('myservice').hooks([
|
||||
- The undocumented `service._setup` method introduced in v1 will no longer be called. It was used to circumvent middleware inconsistencies from Express 3 and is no longer necessary.
|
||||
- The undocumented `app.providers` has been removed since it provided the same functionality as [`app.mixins`](../api/application.md#mixins)
|
||||
- `app.disable`, `app.disabled`, `app.enable` and `app.enabled` have been removed from basic Feathers applications. It will still be available in an Express-compatible Feathers application. `app.get()` and `app.set()` should be used instead.
|
||||
- The `req.authentication` property is no longer set on the express requests, use `req.feathers.authentication` instead.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user