Reputation: 111
Is built-in models are available in loopback4 like loopback3(ACL, AccessToke, User etc). If no, how to create a user model?
Upvotes: 0
Views: 79
Reputation: 311
Extracting the answer from LoopBack Slack channel.
LB4 doesn’t have built-in models. If you are looking for the access control implementation in LB4, we have a migration guide in https://loopback.io/doc/en/lb4/migration-auth-access-control-example.html.
And the corresponding example in https://github.com/strongloop/loopback-next/tree/master/examples/access-control-migration
Upvotes: 3