loopback-component-access-groups icon indicating copy to clipboard operation
loopback-component-access-groups copied to clipboard

Access controls for Loopback.

Results 25 loopback-component-access-groups issues
Sort by recently updated
recently updated
newest added

## Version **2.0.0** of [condition-circle](https://github.com/bahmutov/condition-circle) was just published. Dependency condition-circle Current Version 1.6.0 Type devDependency The version **2.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **3.0.0** of [debug](https://github.com/visionmedia/debug) just got published. Dependency debug Current Version 2.6.8 Type dependency The version **3.0.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

Your component is great but I run into crashes when I use the mongodb connector. It happens when trying to call `set()` on a `null` object returned from `this.app.loopback.getCurrentContext()` https://github.com/fullcube/loopback-component-access-groups/blob/master/lib/utils.js#L298...

I'm working in a project where we have two User models. When I logged in with a user that isn't specified as userModel in `component-config.json`, the `/lib/middleware/user-context.js` throws an Error...

Hello, Do you plan to adjust this package to be usable with Loopback 3.x ? That would mainly mean refactoring the code to use `options` propagation rather than deprecated LoopBack...

In my scenario I want to use the component to have two levels of access groups. 1) Multi-Tenant separation - models will belong to a Tenant Group Model. 2) Within...

Love the idea of this library, thanks for making it available. I hope I'm missing something but it looks like you can PUT and POST invoices within your own team...

## Version **4.1.1** of [chai](https://github.com/chaijs/chai) just got published. Branch Build failing 🚨 Dependency chai Current Version 4.1.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

how should i implement this using custom `user` model [Persisted Model]. while using third party[Auth0] for login/signup. we after storing user details, without password in our `user` [persisted model] .