Show HN: RBAC Algorithm – Pure Python, hybrid RBAC+ABAC, pluggable storage

  • Posted 3 hours ago by maneeshthakur
  • 1 points
https://github.com/Maneesh-Relanto/RBAC-algorithm
I Built an Enterprise-Grade RBAC Library in Pure Python — Here's What It Can Do

Access control is one of those things every app needs but almost no one gets right the first time. Roles mushroom, permissions sprawl, and the next thing you know your "admin" check is a 200-line switch statement.

I spent the last few weeks building *RBAC Algorithm* — a clean, zero-dependency Python library that handles Role-Based and Attribute-Based Access Control in a single, composable API.

0 comments