-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Role-based access control (RBAC)
In role-based access control, a user would be restricted to a set of operations that can be performed by their role.
Examples from Yan Cui: https://theburningmonk.com/2021/03/how-to-secure-multi-tenant-applications-with-appsync-and-cognito/
Goals
- On organizations sign up an Owner role is created #6
- The Owner role can add more users that have roles: #7
- Admin
- Member
It should be possible to control the access these users have to the data, in tables, and API's
Metadata
Metadata
Assignees
Labels
No labels