loopback-component-access-groups
loopback-component-access-groups copied to clipboard
using custom user persisted model, insted of `User` Built-in model not working
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] .
Hi @saikatharryc you need to set the userModel
configuration option. See https://github.com/fullcube/loopback-component-access-groups#configuration
hey, @mrfelton The following error i'm getting
TypeError: Cannot read property 'registerResolver' of undefined