You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to create a @loopback/lb3-compat package to reimplement the builtin lb3 models and behavior with lb4 components like interceptors etc.
Use Cases
To support lb3 migrations it might be helpful to rebuild the lb3 behavior and models in lb4 for a faster migration path for exisiting applications. It does not make sense that each user needs to do this by going through the docs.
This could be also helpful for importing lb3 models into lb4. Relates to #4737.
Acceptance criteria
TBD - will be filled by the team.
The text was updated successfully, but these errors were encountered:
@derdeka, thanks for your suggestion. For the built-in LB3 models, do you mean User and ACL models? @jannyHou is creating a extension/component for JWT authentication, so whoever trying to use JWT authentication in LB doesn't need to follow the same steps. :). See #4903. Is that something you have in mind?
The benefit of having such extension is that it would benefit not only LB3 users who are migrating their application to LB4, but also someone who is building LB4 app from scratch.
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Suggestion
I suggest to create a
@loopback/lb3-compat
package to reimplement the builtinlb3
models and behavior withlb4
components likeinterceptors
etc.Use Cases
To support
lb3
migrations it might be helpful to rebuild thelb3
behavior and models inlb4
for a faster migration path for exisiting applications. It does not make sense that each user needs to do this by going through the docs.This could be also helpful for importing
lb3
models intolb4
. Relates to #4737.Acceptance criteria
TBD - will be filled by the team.
The text was updated successfully, but these errors were encountered: