Write CURL requests to demo and make any code changes needed:
- Have all 4 store admins create a StuffModel that they own.
- Demo that 2 store admins from orgA can
GET /api/StuffModels and it lists all the stuff across OrgA
- Demo that store admins from orgA cannot GET any stuff from orgB
- Demo that 2 store admins from orgB can
GET /api/StuffModels and it lists all the stuff across OrgB
- Demo that store admins from orgB cannot GET any stuff from orgA
Write CURL requests to demo and make any code changes needed:
GET /api/StuffModelsand it lists all the stuff across OrgAGET /api/StuffModelsand it lists all the stuff across OrgB