Using custom Loopback user model with loopback-component-passport
问题 I'm trying to use a extended loopback user model together with the loopback-component-passport for facebook login. The login itself is working but i can't get it to use my custom user model instead of the builtin "Users". steps i took: - create custom user model with slc loopback:model extending "User" { "name": "myuser", "plural": "myusers", "base": "User", "idInjection": true, "options": { "validateUpsert": true }, "properties": { "mytestproperty": { "type": "string", "default":