Rabarber version 5 emphasizes simplifying and cleaning up the gem by dropping legacy features that added complexity. This aligns, fundamentally, with its intended purpose.
How to use resource-based authorization in ASP.NET Core
When implementing authorization in ASP.NET Core, consider resource-based authorization for scenarios where attribute-based authorization falls short, like document editing.