Implementing role-based access control (RBAC) in Flask

2021-05-10 Thread Stephie Glaser
ides/new-roles.html> http://docs.osohq.com/python/guides/new-roles.html - GitClub source code: <https://github.com/osohq/gitclub-sqlalchemy-flask-react> https://github.com/osohq/gitclub-sqlalchemy-flask-react Stephie Glaser Developer Relations, Oso <https://www.o

ANN: Early access to roles in sqlalchemy-oso – authorization as a spec

2021-04-21 Thread Stephie Glaser
> https://docs.osohq.com/python/reference/frameworks/flask.html Polar, Oso's policy language: <https://docs.osohq.com/python/reference/polar.html> https://docs.osohq.com/python/reference/polar.html Join us on Slack for any questions: <http://join-slack.osohq.com/> http://join-slack.

Efficient authorization for Django list views with oso

2020-10-15 Thread Stephie Glaser
Hi All! We're building an open source policy engine for adding access control (permissions, roles, etc.) to apps, called oso. oso policies are declarative, and enable users to cleanly separate authorization logic from the rest of their application code. In our latest release of django-oso, we adde