-
## Overview
- continue to focus on the migration guide: general runtime and authentication+authorization
## Goals
- [ ] Migration guide between LB3 and LB4 MVP #453
- [ ] šHow to migrate CRUā¦
-
@bajtos
### How do I use @BeforeInsert TYPEORM in the schema?
```javascript
import {Entity, model, property} from '@loopback/repository';
const crypto = require('crypto');
@model()
exporā¦
-
## Description / Steps to reproduce / Feature proposal
LoopBack's `@requestBody` decorator is supposed to be capable of validation complex OpenAPI Schemas such as:
```
{
type: string,
minā¦
-
## Description / Steps to reproduce / Feature proposal
run command `lb4 example`
## Current Behavior
```
Error: Cannot find module 'fs-extra'
at Function.Module._resolveFilename (module.js:54ā¦
-
I'm curious what it would take to support CoAP. CoAP is a popular protocol used in IoT to interact with constrained devices. Ideally a solution would support CoAP _and_ HTTP endpoints so the same applā¦
-
## Description / Steps to reproduce / Feature proposal
I have followed and set up via @loopback/authentication as described here: https://github.com/strongloop/loopback-next/blob/master/packages/auā¦
-
## Steps to reproduce
Repository Class:
```ts
console.log(process.env.STRIPE_SECRET_KEY)
const stripe = new Stripe(process.env.STRIPE_SECRET_KEY)
export class MyRepository extends DefaultTraā¦
-
## Description / Steps to reproduce / Feature proposal
I have a model property of type `string`. After running `npm run migrate`, the table gets created, and the type shows `integer`.
- I'm usinā¦
-
## Description / Steps to reproduce / Feature proposal
## Current Behavior
## Expected Behavior
_See [Reporting Issues](http://loopback.io/doc/en/contrib/Reporting-issues.html) for more tā¦
-
# Description/Steps to reproduce
I'm opening this thread to discuss and define a scope for real-time functionalities possibly provided by LB-Next.
Currently there are implemented functionalitiā¦