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

2021-01-07 Thread Stephie Glaser
Hey Michael, thanks for flagging that. It's now been fixed! I'm providing both links for you below. Please feel free to reach out once you've dug in and we'll be happy to answer any questions! You can join us on slack as well, either way! blog post: https://www.osoh

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

2021-01-07 Thread 'Michael Mulqueen' via sqlalchemy
Thanks for sharing this. Will take a good look at it, I've been looking for something like this. There's a broken link on the text "guide to roles patterns ". On Thu, 7 Jan 2021, 18:15 Stephie Glaser, wrote: > Hi all, we

[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