- Create Users in e.g Table User
see: https://casbin.org/docs/en/overview#what-is-casbin Casbin doesn't maintain user list table because it's too customized.
- Create Role in e.g. Table Role
Call API: GetAllRoles() https://casbin.org/docs/en/management-api#getallroles
Call a lot of APIs like: https://casbin.org/docs/en/management-api#getpolicy
Call a lot of APIs like: https://casbin.org/docs/en/management-api#getpolicy
Call: https://casbin.org/docs/en/management-api#getgroupingpolicy
Casbin doesn't use the "classic" 5 table model.