loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

LoopBack makes it easy to build modern API applications that require complex integrations.

Results 237 loopback-next issues
Sort by recently updated
recently updated
newest added

Redis cache example uses loop-api-cache package. The example describes detailed steps for creating a cache. Firstly, you must create a cache model and a data source (Redis key-value connector) to...

passport login has the issue of .env file and also it's import ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes...

This PR fixes Expired Links in Docs. Related #8273 ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ] `npm test` passes on...

Docs
PR: needs DCO

Fixes #8250 As described in my proposal in #8250, this PR changes the hasManyThrough inclusion resolver from performing at least one query per through model, to performing a single query...

In this pull request, I am proposing a solution for creating a gRPC controller for an existing rest api. **How to review this pull request:** I have created an audit.proto...

Timebox: 1 week **Todo:** - [x] Separate "Execute" on a per-gateway type basis - [x] Separate "Execute" on a per-version basis - [x] Update circular references to "Execute" to accept...

Supersedes https://github.com/loopbackio/loopback-next/pull/8064 Signed-off-by: Rifa Achrinza ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ] `npm test` passes on your machine - [...

Authentication metadata decorator was changed to be able set more than one authentication strategy. https://github.com/loopbackio/loopback-next/commit/ae6c0e68a58a2b574fd534242e599aa2a96fc855 However, the example in docs was not updated and currenty it is not working. See...

Docs
PR: needs DCO

This PR is to test the waters of migrating packages to ES Modules. Only `@loopback/monorepo` and `bin/` scripts are affected. Signed-off-by: Rifa Achrinza ## Checklist - [x] DCO (Developer Certificate...

Signed-off-by: Matthew Schnee This PR updates the options for `GraphQLServer` to supply the optional `emitSchemaFile` option. This is the same configuration used by `TypeGraphQL's buildSchema` method. Note that this is...