Add Resource Authorization Solution Reference
NikiforovAll opened this issue · 0 comments
NikiforovAll commented
The idea is to have an e2e application that utilizes Admin API, Protection API, Protected Resource Builder
Here are some use cases that we want to cover:
- Only Admin can create a workspace
- Only Admin can delete a workspace
- Only Admin can manage users of a workspace, add user, delete user, assign user as owner
- Users can see their workspaces - list workspaces, see details of a workspace (get by Id)
Optionally:
- Admin can assign an owner of a workspace
- Workspace owner can manage users of a workspace