-
I know that current backend for prototyping and not design for production use.
Since bpmn-server is pure backend engine I recommend to create new backend using nestjs. it offer benefit which included…
-
I am using the following configuration in application.ts but I am getting that
The key 'datasources.undefined' is not bound to any value in context:
this.bind(RateLimitSecurityBindings.CONFIG…
-
I have implemented jwt authentication using custom user service which implements user-service from loopback authentication/jwt. Successfully issuing a token to the user.
But while implementing author…
-
Related to https://github.com/loopbackio/loopback-governance/issues/16
- [x] loopback-next https://github.com/loopbackio/loopback-next/pull/8448
- [x] strong-soap https://github.com/loopbackio/…
-
The main repo loopback-next has [code of conduct md file](https://github.com/loopbackio/loopback-next/blob/master/docs/CODE_OF_CONDUCT.md), but not all repos in [loopbackio org](https://github.com/loo…
-
I have worked on lb3 before. I have a new application to built which I want to develop in lb4. Application requires LDAP authentication for which I haven't found any documentation yet.
So far all I…
-
### Describe the bug
Since full upgrade of all packages `yarn upgrade` it seems there is an issue with ESLint default Loopback configuration package `@loopback/eslint-config`.
For the next code …
-
When LoopBack 4 gets more mature and reaches feature parity with LoopBack 3, we should write a migration guide and automated tooling to help existing LoopBack 3 users to upgrade their projects to Loop…
-
# Summary
[@loopback/example-socketio](https://github.com/strongloop/loopback-next/tree/master/examples/socketio) can not be downloaded via cli. It is also not avaibile on [Examples](https://github…
-
Response code for POST method should be 201 not 200
An old issue from LoopBack3: https://github.com/strongloop/loopback/issues/360
We should fix it in LoopBack4 as well.
### Notes from the sp…