Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Extensible Open Source Authorization For Your Applications With Oso

Extensible Open Source Authorization For Your Applications With Oso

FromThe Python Podcast.__init__


Extensible Open Source Authorization For Your Applications With Oso

FromThe Python Podcast.__init__

ratings:
Length:
52 minutes
Released:
Apr 27, 2021
Format:
Podcast episode

Description

Any project that is used by more than one person will eventually need to handle permissions for each of those users. It is certainly possible to write that logic yourself, but you'll almost certainly do it wrong at least once. Rather than waste your time fighting with bugs in your authorization code it makes sense to use a well-maintained library that has already made and fixed all of the mistakes so that you don't have to. In this episode Sam Scott shares the Oso framework to give you a clean separation between your authorization policies and your application code. He explains how you can call a simple function to ask if something is allowed, and then manage the complex rules that match your particular needs as a separate concern. He describes the motivation for building a domain specific language based on logic programming for policy definitions, how it integrates with the host language (such as Python), and how you can start using it in your own applications today. This is a must listen even if you never use the project because it is a great exploration of all of the incidental complexity that is involved in permissions management.
Released:
Apr 27, 2021
Format:
Podcast episode

Titles in the series (100)

The podcast about Python and the people who make it great