-
**Describe the bug**
Can't connect via `auth/login-token`
I have add my user's id in user_id column of auth_clients table (and save it) but i still get this error :
```
{
"error": {
…
filol updated
3 years ago
-
# Description/Steps to reproduce
```
git clone https://github.com/strongloop/loopback-next-example
cd loopback-next-example
npm run build
npm start
```
# Expected result
app example runs
…
-
@raymondfeng
Thanks for sharing this example.
I tried using your example code and have a few observations that I would like to share with you.
1. I think we should make "offset" a user inpu…
-
MongoDB is tricky - see https://github.com/strongloop/loopback-next/issues/1875
- It uses a custom `ObjectID` type for primary keys.
- `ObjectID` is represented as a `string` when converted to JSO…
-
**Is your feature request related to a problem? Please describe.**
This hasn't been maintained since 2021.
**Describe the solution you'd like**
Being the second most starred repo by sourceloop, t…
-
#### What type of issue are you creating?
- [ ] Bug
- [ ] Enhancement
- [ x] Question
#### What version of this module are you using?
- [x ] 2.0.10 (Stable)
- [ ] 2.1.0-rc.n (2.1 Release Candi…
-
Suggestion
I have implement JWTStrategy
every thing working fine. now I am trying to further authenticate according to user roles
e.g if logged in user is not `ADMIN` raised `HttpErrors.Forbidde…
-
I have generated a model which results in `thing.model.ts`:
```
import {Entity, model, property} from '@loopback/repository';
@model()
export class Thing extends Entity {
@property({
t…
-
We're having an issue with - it seems - oasgraph when the OAS file has a JWT defined in it. The error we're getting is:
```
(node:4831) UnhandledPromiseRejectionWarning: AssertionError: path para…
-
Hello,
There is an issue with the last update of lb4, impossible to build.
` Argument of type '{ required: PermissionKeys[]; }' is not assignable to parameter of type 'string | AuthenticationMetada…