Learn about Attribute-Based Access Control (ABAC) and its implementation in a Rails API. You'll understand the granularity ABAC offers over Role-Based Access Control (RBAC), see how to update an expense management API to incorporate ABAC alongside existing RBAC roles, and learn how to enforce rules such as user ownership,
Table of contents
What Are Attributes in the Context of Access Control?What Is Attribute-Based Access Control (ABAC)?ABAC Implementation in a Ruby on Rails APIWhat About Policies?Oh, No. What's Next?ConclusionSort: