Describe how to simulate ACLs in Shopping Example ## Acceptance criteria - [ ] Illustrate usage of `@authorize` to add role based access control - [ ] Create an pseudo `Authorizer` that implements ACL enforcement similar to https://github.com/strongloop/loopback-next/blob/master/examples/access-control-migration - [ ] Create an pseudo `Authorizer/Voter` that implements custom LB3 role resolver - [ ] Refactor for changes in https://github.com/strongloop/loopback-next/issues/4753 Extract the jwt authentication to a local component