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

using custom user persisted model, insted of `User` Built-in model not working

Open saikatharryc opened this issue 7 years ago • 2 comments

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] .

saikatharryc avatar May 04 '17 02:05 saikatharryc

Hi @saikatharryc you need to set the userModel configuration option. See https://github.com/fullcube/loopback-component-access-groups#configuration

mrfelton avatar May 04 '17 06:05 mrfelton

hey, @mrfelton The following error i'm getting

TypeError: Cannot read property 'registerResolver' of undefined

saikatharryc avatar May 04 '17 10:05 saikatharryc