مدیریت کاربران از پیش ساخته شده شما
Roles are very important part of every authenitcation and user management system. Fireback allows to create roles specificly for each workspace, and assiging them to users, and managing each roles capabilities.
curl --data '{"name":"Junior Developer","capabilities":[],"parentRoleId":"0e74ca35"}' -X POST http://localhost:4500/workspace/role
{
"data": {
"uniqueId": "7bb64d23",
"name": "Junior Developer",
"parentRoleId": "0e74ca35",
"workspaceId": "d678c9e0"
}
}