[sqlalchemy] Early access to roles in sqlalchemy-oso – authorization as a spec

2021-04-22 Thread Stephie Glaser
lt-in roles with SQLAlchemy <https://docs.osohq.com/python/reference/frameworks/sqlalchemy/sqlalchemy_roles_ref.html> - Implementing RBAC in sqlalchemy-oso <https://www.osohq.com/post/introducing-builtin-roles> - Join us on Slack for any questions <http://join-slack.osohq.com

[sqlalchemy] Demo: Authorization Using Python & SQLAlchemy

2021-03-01 Thread Stephie Glaser
Authorization is an unstructured problem. Writing code to decide who can do what in your app can cover a broad set of cases. The most structure that typically gets applied to this problem area is a set of if statements and roles, but in reality, there are a lot more patterns and structure that w

Re: [sqlalchemy] Implementing Role-Based Access Control (RBAC) in SQLAlchemy with oso

2021-01-07 Thread Stephie Glaser
ing-started/rbac.html#resource-specific-roles> > ". > > On Thu, 7 Jan 2021, 18:15 Stephie Glaser, wrote: > >> Hi all, we've been working towards building Role-Based Access Control >> (RBAC) features into our libraries at oso. We had released a preview of >>

[sqlalchemy] Implementing Role-Based Access Control (RBAC) in SQLAlchemy with oso

2021-01-07 Thread Stephie Glaser
Hi all, we've been working towards building Role-Based Access Control (RBAC) features into our libraries at oso. We had released a preview of those features in our sqlalchemy-oso package, and since then have polished those features up, written some docs, and are excited to share a sample app sh