We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a follow-up for #3718 and #3922.
Write content for docs/site/migration/models/remoting-hooks.md, explain how to migrate LB3 remoting hooks to LB4 interceptors.
docs/site/migration/models/remoting-hooks.md
app.beforeRemote('**', handlerFn)
app.beforeRemote('User.**', handlerFn)
User.beforeRemote('create', handlerFn)
Explain how to map properties provided by LB3 remoting context to LB4 concepts and how to access that data via Dependency Injection.
Migration guide describing manual steps and covering the following topics:
Use (some of) the examples in LB3 doc page Remote hooks to illustrate the migration process on a real code.
The text was updated successfully, but these errors were encountered:
bajtos
Successfully merging a pull request may close this issue.
This is a follow-up for #3718 and #3922.
Write content for
docs/site/migration/models/remoting-hooks.md
, explain how to migrate LB3 remoting hooks to LB4 interceptors.app.beforeRemote('**', handlerFn)
app.beforeRemote('User.**', handlerFn)
User.beforeRemote('create', handlerFn)
Explain how to map properties provided by LB3 remoting context to LB4 concepts
and how to access that data via Dependency Injection.
Acceptance criteria
Migration guide describing manual steps and covering the following topics:
Use (some of) the examples in LB3 doc page Remote hooks to illustrate the migration process on a real code.
The text was updated successfully, but these errors were encountered: