How to override base User in a Strongloop loopback scaffolded project?
问题 Given a brand new project created with: $ slc lb project myapp How do I replace the ' user ' model in models.json with a ' customer ' model placed in the ./models directory? Customers should have the login/logout etc. methods and 'users' should not exist as an API. Also, the customer model should not be dynamic. Let's pretend customer should have a schema as follows: name email password question answer phone verified dataCreated I've been playing with this for a couple of days and my google