Hi all! We build Oso, a library for building authorization into your
application ( <https://docs.osohq.com/>https://docs.osohq.com/). We've
previously shared our base Python library and sqlalchemy-oso integration.
Specifically, the post on Implementing Role-Based Access Control (RBAC) in
SQLAlchemy with Oso.

We are working on a new version of the library that treats authorization
more like a spec (starting with sqlalchemy-oso). It provides building
blocks for common patterns like roles, hierarchies, etc. From there, you
can customize it as needed using Oso's underlying policy language.

We're providing early access to the library for those who are interested in
providing feedback. Email step...@osohq.com if interested.

*Some useful links:*


   - sqlalchemy-oso library
   <https://docs.osohq.com/python/reference/frameworks/sqlalchemy.html>
   - Built-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 >

Stephie Glaser
Developer Relations, Oso <https://www.osohq.com/>

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/CAN7K40tgP1FhkYiKYtFNttqMXLBY2OVFvLZL5i25iXNJbSKO-w%40mail.gmail.com.

Reply via email to