Authorization With User Roles (RBAC)
Too Long; Didn't Read
Roles based access control (RBAC) is one of the ways in which Authorization can be implemented. It allows developers to create “groups” of users that can all do the same set of operations. The name of the group is essentially the role of those users. In a grid form, the roles and permissions for our example app will look like this:. The `"admin"` role allows users (who are associated with that role) to do operations like delete, edit or read all the blogs on the app.