I am migrating from Loopback 3 to 4.
The question is what do I do with my user model that was extended from the built-in User model. I tried to play with the model generator: lb4 model [options] [<name>]
But there are no built-in models available as far as I can see.
I saw an example in the documentation where a user model was defined without a base model.
- Is this the way to go?
- How do I use the built-in user features like Login etc.?