loopback
loopback copied to clipboard
LoopBack makes it easy to build modern applications that require complex integrations.
for security reasons I don't want to store password in config or environment variables so my approach is to get secret password from some API and pass it to framework...
## Steps to reproduce Setup the tests with Jest. Enabled token middleware authentication. Trying to call protected endpoint via supertest. ## Current Behavior When calling the endpoint from inside any...
We are using two services, in order to import functions and methods from each others, but in this situation there is a bug shown above
## Suggestion Hi,is there any way to avoid hardcoded password in config file or datasource file ? for example: i set encrypted password in config file, when loopback boot, it...
Hi @hilagut @fabien @Schoonology , Loopack team, The code is converting Json object string. We debugged and found the issue with Cassandra.prototype.create function in loopback-connector-cassandra/lib/cassandra.js. Please provide the solution for...
My get all method return as follow `[ { "code": "Server", "name": "Server", "status": "active", "createdAt": "2021-12-13T16:32:46.069Z", "updatedAt": "2021-12-13T16:32:46.069Z", "createdBy": { "appId": "service-management", "userId": "2d9ef30a-a9e5-4ba9-934d-b39cbbf8ebcc", "orgId": "" }, "id": "123543"...
[OpenTelemetry Express Instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express) injects a proxy object into the router stack, which it uses for its tracing. This is similar to how NewRelic adds a sentinel handler to the router...
Hi, @dhmlau @achrinza, ### Issue Description I noticed that a vulnerability is introduced in **[email protected]_**: Vulnerability **SNYK-JS-EJS-1049328** affects package **_ejs_** (versions:=3.1.6) has fixed the vulnerability [**SNYK-JS-EJS-1049328**](https://snyk.io/vuln/SNYK-JS-EJS-1049328)._ Thank you for your...
The upsert() method doesn't catch errors (duplicate key, foreign key, ...). The callback doesn't get error object, and gets the "updated" model instance. This happens in both cases (update or...
I research some solutions like `loopback MongoError: E11000 duplicate key error collection: my-db.News index: _id_ dup key` ``` // set /models/ .json like // or "idInjection": false, "forceId": false //...